Skip to main content

CancelBranchRequest

Represents a request to cancel a branch in the document management system.

This class extends BaseRequest to handle branch cancellation operations. It manages security through encrypted/decrypted keys for both the object and the branch being cancelled. The class implements secure cancellation patterns that ensure proper access verification for both the object and the branch.

Properties

NameDescription
DecryptedObjectSecretGets the decrypted secret information for the object containing the branch.
SecretKeyGets the encrypted secret key for the object containing the branch.
DecryptedBranchSecretGets the decrypted secret information for the branch being cancelled.
BranchSecretKeyGets the encrypted secret key for the branch being cancelled.

Constructors

NameDescription
CancelBranchRequest()Initializes a new instance of the CancelBranchRequest class.
CancelBranchRequest(secretKey, branchSecretKey)Initializes a new instance of the CancelBranchRequest class with security information.