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
| Name | Description |
|---|---|
| SecretKey | Gets the encrypted secret key used for file security verification. |
| Reason | Gets the reason provided for deleting the file. |
| DecryptedSecret | Gets the decrypted object secret information. |
Constructors
| Name | Description |
|---|---|
| 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. |