DeleteFolderRequest
The DeleteFolderRequest
class represents a request to delete a folder in the document management system.
This class encapsulates the necessary information for deleting a folder, including the encrypted folder secret and the reason for deletion.
Properties
Name | Description |
---|---|
SecretKey | Gets the encrypted secret key for the folder. |
DecryptedSecret | Gets the decrypted folder secret information. |
Reason | Gets the reason for deleting the folder. |
Constructors
Name | Description |
---|---|
DeleteFolderRequest() | Initializes a new instance of the DeleteFolderRequest class. |
DeleteFolderRequest() | Initializes a new instance of the DeleteFolderRequest class. |
DeleteFolderRequest(secretKey, reason) | Initializes a new instance of the DeleteFolderRequest class with specified folder secret and deletion reason. |