Skip to main content

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

NameDescription
SecretKeyGets the encrypted secret key for the folder.
DecryptedSecretGets the decrypted folder secret information.
ReasonGets the reason for deleting the folder.

Constructors

NameDescription
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.