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.
DecryptedSecretGets the decrypted object secret information.
ReasonGets the reason provided for deleting the file.

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.