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