Skip to main content

DeleteContentRequest

Represents a request to delete content from the document management system.

This class encapsulates the necessary information required to delete content, including security keys, commit message, and deletion reason. It uses encryption attributes to handle secure data and inherits from BaseDocumentManagementRequest.

Properties

NameDescription
SecretKeyGets the encrypted secret key used for content security.
BranchSecretKeyGets the encrypted secret key for the branch version.
DecryptedBranchSecretGets the decrypted branch secret information.
ReasonGets the reason provided for deleting the content.
DecryptedObjectSecretGets the decrypted object secret information.
CommitMessageGets the commit message associated with the delete operation.

Constructors

NameDescription
DeleteContentRequest()Initializes a new instance of the DeleteContentRequest class.
DeleteContentRequest()Initializes a new instance of the DeleteContentRequest class.
DeleteContentRequest(secretKey, branchSecretKey, commitMessage, reason)Initializes a new instance of the DeleteContentRequest class with the specified security keys and messages.