DmObject Properties
An object defining properties for the DmObject class.
Id
The unique identifier of the document management object.
Type: long
DeletedBy
The user information of the person who deleted the document management object, if applicable.
Type: DmClientUserInfo
Tags
The list of tags associated with the document management object.
Contents
The list of content objects contained in the document management object.
Type: List<DmContentObject>
ModifiedBy
The user information of the person who last modified the document management object.
Type: DmClientUserInfo
Type
The DMObjectType enum defines the types of objects that can exist in the document management system, representing different containers and content types.
Type: DMObjectType
Accepted Values:
Name Value Repository 0 Folder 1 File 2 Content 3 Shortcut 4
VersionId
The unique identifier of the version associated with the document management object.
SecretKey
The secret key associated with the document management object.
Type: string
Version
The version number or label of the document management object.
Type: string
Name
A multi-language name for the document management object.
DownloadUrl
The URL for downloading the document management object.
Type: string
OriginType
The DMObjectType enum defines the types of objects that can exist in the document management system, representing different containers and content types.
Type: DMObjectType
Accepted Values:
Name Value Repository 0 Folder 1 File 2 Content 3 Shortcut 4
CommitId
The unique identifier for the commit associated with the document management object.
Type: long
VersionSecretKey
The secret key associated with the version of the document management object.
Type: string
See Also
- SecretKeys todo
Description
A multi-language description for the document management object.
ModifiedAt
The date and time when the document management object was last modified.
Type: DateTimeOffset?
TokenId
The token ID associated with the document management object.
Type: string
IsBranch
Indicates whether the document management object is part of a branch.
Type: bool
Path
The path of the document management object in the repository.
Type: string
DeletedAt
The date and time when the document management object was deleted, if applicable.
Type: DateTimeOffset?
CreatedAt
The date and time when the document management object was created.
Type: DateTimeOffset?
CreatedBy
The user information of the person who created the document management object.
Type: DmClientUserInfo
Creator
The name of the user who created the document management object.
Type: string