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
Name | Description |
---|---|
SecretKey | The secret key associated with the document management object. |
Id | The unique identifier of the document management object. |
Tags | The list of tags associated with the document management object. |
DeletedAt | The date and time when the document management object was deleted, if applicable. |
DeletedBy | The user information of the person who deleted the document management object, if applicable. |
TokenId | The token ID associated with the document management object. |
Version | The version number or label of the document management object. |
VersionSecretKey | The secret key associated with the version of the document management object. |
OriginType | The DMObjectType enum defines the types of objects that can exist in the document management system, representing different containers and content types. |
ModifiedBy | The user information of the person who last modified the document management object. |
Description | A multi-language description for the document management object. |
Type | The DMObjectType enum defines the types of objects that can exist in the document management system, representing different containers and content types. |
Name | A multi-language name for the document management object. |
Path | The path of the document management object in the repository. |
DownloadUrl | The URL for downloading the document management object. |
VersionId | The unique identifier of the version associated with the document management object. |
CreatedAt | The date and time when the document management object was created. |
IsBranch | Indicates whether the document management object is part of a branch. |
CreatedBy | The user information of the person who created the document management object. |
Contents | The list of content objects contained in the document management object. |
ModifiedAt | The date and time when the document management object was last modified. |
CommitId | The unique identifier for the commit associated with the document management object. |
Creator | The name of the user who created the document management object. |