DeleteFolderRequest Properties
An object defining properties for the DeleteFolderRequest class.
SecretKey
Gets the encrypted secret key for the folder.
Type: string
The SecretKey property holds the encrypted security key that is used to decrypt the folder secret information in the DecryptedSecret property.
DecryptedSecret
Gets the decrypted folder secret information.
Type: DMObjectSecret
The DecryptedSecret property contains the decrypted folder secret information and is marked with the [DecryptData("SecretKey")] attribute, indicating that its value is decrypted using the SecretKey property.
Reason
Gets the reason for deleting the folder.
Type: string
The Reason property contains the explanation or justification provided for the folder deletion operation.