Skip to main content

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

NameDescription
ObjectIdGets the identifier of the parent document management object.
IdGets the unique identifier of the document version.
CommitIdGets the identifier of the commit associated with this version.
RandomValueA randomly generated value, created when the secret is initialized.
TokenIdThe unique identifier associated with the secret token.
IsBranchGets a value indicating whether this version represents a branch.

Constructors

NameDescription
DMObjectVersionSecret(id, objectId, isBranch, commitId, tokenId)Initializes a new instance of the DMObjectVersionSecret class with the specified version information.