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
IdGets the unique identifier of the document version.
TokenIdThe unique identifier associated with the secret token.
RandomValueA randomly generated value, created when the secret is initialized.
IsBranchGets a value indicating whether this version represents a branch.
ObjectIdGets the identifier of the parent document management object.
CommitIdGets the identifier of the commit associated with this version.

Constructors

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