Skip to main content

DMObjectVersionSecret Properties

An object defining properties for the DMObjectVersionSecret class.

Id

Gets the unique identifier of the document version.

Type: long

The Id property represents the unique identifier for the specific version of the document. This property has private set access to ensure immutability after construction.


TokenId

The unique identifier associated with the secret token.

Type: string


RandomValue

A randomly generated value, created when the secret is initialized.

Type: string


IsBranch

Gets a value indicating whether this version represents a branch.

Type: bool

The IsBranch property indicates if this version is part of a branch in the document version control system. This property has private set access to ensure immutability after construction.


ObjectId

Gets the identifier of the parent document management object.

Type: long

The ObjectId property represents the identifier of the document management object that this version belongs to. This property has private set access to ensure immutability after construction.


CommitId

Gets the identifier of the commit associated with this version.

Type: long

The CommitId property represents the unique identifier of the commit in the version control system. This property has private set access to ensure immutability after construction.