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 |
|---|---|
| ObjectId | Gets the identifier of the parent document management object. |
| Id | Gets the unique identifier of the document version. |
| CommitId | Gets the identifier of the commit associated with this version. |
| RandomValue | A randomly generated value, created when the secret is initialized. |
| TokenId | The unique identifier associated with the secret token. |
| IsBranch | Gets a value indicating whether this version represents a branch. |
Constructors
| Name | Description |
|---|---|
| DMObjectVersionSecret(id, objectId, isBranch, commitId, tokenId) | Initializes a new instance of the DMObjectVersionSecret class with the specified version information. |