DMObjectVersionSecret
The DMObjectVersionSecret
class represents a document management object version secret that contains version-specific identification and state information.
This class inherits from BaseSecret and provides additional properties for document version management, including version identification, object reference, branch status, and commit tracking.
Properties
Name | Description |
---|---|
Id | Gets the unique identifier of the document version. |
TokenId | The unique identifier associated with the secret token. |
RandomValue | A randomly generated value, created when the secret is initialized. |
IsBranch | Gets a value indicating whether this version represents a branch. |
ObjectId | Gets the identifier of the parent document management object. |
CommitId | Gets the identifier of the commit associated with this version. |
Constructors
Name | Description |
---|---|
DMObjectVersionSecret(id, objectId, isBranch, commitId, tokenId) | Initializes a new instance of the DMObjectVersionSecret class with the specified version information. |