Skip to main content

DmObject Properties

An object defining properties for the DmObject class.

SecretKey

The secret key associated with the document management object.

Type: string


Id

The unique identifier of the document management object.

Type: long


Tags

The list of tags associated with the document management object.

Type: List<string>


DeletedAt

The date and time when the document management object was deleted, if applicable.

Type: DateTimeOffset?


DeletedBy

The user information of the person who deleted the document management object, if applicable.

Type: DmClientUserInfo


TokenId

The token ID associated with the document management object.

Type: string


Version

The version number or label of the document management object.

Type: string


VersionSecretKey

The secret key associated with the version of the document management object.

Type: string

See Also

  • SecretKeys todo

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:

NameValue
Repository0
Folder1
File2
Content3
Shortcut4

ModifiedBy

The user information of the person who last modified the document management object.

Type: DmClientUserInfo


Description

A multi-language description for the document management object.

Type: List<MLObject>


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:

NameValue
Repository0
Folder1
File2
Content3
Shortcut4

Name

A multi-language name for the document management object.

Type: List<MLObject>


Path

The path of the document management object in the repository.

Type: string


DownloadUrl

The URL for downloading the document management object.

Type: string


VersionId

The unique identifier of the version associated with the document management object.

Type: long?


CreatedAt

The date and time when the document management object was created.

Type: DateTimeOffset?


IsBranch

Indicates whether the document management object is part of a branch.

Type: bool


CreatedBy

The user information of the person who created the document management object.

Type: DmClientUserInfo


Contents

The list of content objects contained in the document management object.

Type: List<DmContentObject>


ModifiedAt

The date and time when the document management object was last modified.

Type: DateTimeOffset?


CommitId

The unique identifier for the commit associated with the document management object.

Type: long


Creator

The name of the user who created the document management object.

Type: string