Skip to main content

DeleteFileRequest

Represents a request to delete a file from the document management system.

This class extends BaseDocumentManagementRequest to provide the necessary security information and reasoning for file deletion operations. It ensures secure and documented removal of files.

Properties

NameDescription
SecretKeyGets the encrypted secret key used for file security verification.
ReasonGets the reason provided for deleting the file.
DecryptedSecretGets the decrypted object secret information.

Constructors

NameDescription
DeleteFileRequest()Initializes a new instance of the DeleteFileRequest class.
DeleteFileRequest()Initializes a new instance of the DeleteFileRequest class.
DeleteFileRequest(secretKey, reason)Initializes a new instance of the DeleteFileRequest class with the specified security key and deletion reason.