Skip to main content

DmObject

The DmObject class represents an object in the Document Management (DM) system, including its metadata, content, and relationships to other objects like versions, tags, and creators.

Properties

NameDescription
SecretKeyThe secret key associated with the document management object.
IdThe unique identifier of the document management object.
TagsThe list of tags associated with the document management object.
DeletedAtThe date and time when the document management object was deleted, if applicable.
DeletedByThe user information of the person who deleted the document management object, if applicable.
TokenIdThe token ID associated with the document management object.
VersionThe version number or label of the document management object.
VersionSecretKeyThe secret key associated with the version of the document management object.
OriginTypeThe DMObjectType enum defines the types of objects that can exist in the document management system, representing different containers and content types.
ModifiedByThe user information of the person who last modified the document management object.
DescriptionA multi-language description for the document management object.
TypeThe DMObjectType enum defines the types of objects that can exist in the document management system, representing different containers and content types.
NameA multi-language name for the document management object.
PathThe path of the document management object in the repository.
DownloadUrlThe URL for downloading the document management object.
VersionIdThe unique identifier of the version associated with the document management object.
CreatedAtThe date and time when the document management object was created.
IsBranchIndicates whether the document management object is part of a branch.
CreatedByThe user information of the person who created the document management object.
ContentsThe list of content objects contained in the document management object.
ModifiedAtThe date and time when the document management object was last modified.
CommitIdThe unique identifier for the commit associated with the document management object.
CreatorThe name of the user who created the document management object.