Skip to main content

GetCommitListRequest

The GetCommitListRequest class represents a request to retrieve a list of commits for a specific document version using encrypted security information.

This class encapsulates the necessary security information required to fetch commit history for a document version. It uses encryption attributes to handle secure data transmission.

Properties

NameDescription
DecryptedVersionSecretGets the decrypted version secret information used for secure operations.
VersionSecretKeyGets the encrypted version secret key used for secure operations.

Constructors

NameDescription
GetCommitListRequest()Initializes a new instance of the GetCommitListRequest class.
GetCommitListRequest(versionSecretKey)Initializes a new instance of the GetCommitListRequest class with the specified version secret key.