Skip to main content

DeleteObjectRequest

Represents a request to delete an object from the document management system.

This class extends BaseDocumentManagementRequest to handle object deletion operations. It manages security through an encrypted/decrypted key pair to ensure authorized access to the object being deleted. The class implements secure deletion patterns by requiring proper security verification before allowing the deletion operation.

Properties

NameDescription
SecretKeyGets the encrypted secret key for the object.
DecryptedSecretGets the decrypted secret information for the object.

Constructors

NameDescription
DeleteObjectRequest()Initializes a new instance of the DeleteObjectRequest class.
DeleteObjectRequest()Initializes a new instance of the DeleteObjectRequest class.
DeleteObjectRequest(secretKey)Initializes a new instance of the DeleteObjectRequest class with the specified security key.