Skip to main content

DMObjectVersionSecret Constructors

An object defining constructors for the DMObjectVersionSecret class.

DMObjectVersionSecret(id, objectId, isBranch, commitId, tokenId)

Initializes a new instance of the DMObjectVersionSecret class with the specified version information.

Parameters:

id (required): long
Gets the unique identifier of the document version.

objectId (required): long
Gets the identifier of the parent document management object.

isBranch (required): bool
Gets a value indicating whether this version represents a branch.

commitId (required): long
Gets the identifier of the commit associated with this version.

tokenId (required): string
The token identifier inherited from the base secret class.