Skip to main content

GetDMContentObjectsResponse Properties

An object defining properties for the GetDMContentObjectsResponse class.

Id

Gets the identifier of the parent document management object.

Type: long

This property contains the unique identifier of the parent document management object that contains these content objects.


Items

Gets or sets the collection of document management content objects.

Type: IEnumerable<GetDMContentObjectResponse>

This property contains the enumerable collection of content objects returned in the response. It is marked with the [CheckRequestEncryption] attribute to ensure proper encryption of sensitive data.


Type

Gets the type of the parent document management object.

Type: DMObjectType
Accepted Values:

NameValue
Repository0
Folder1
File2
Content3
Shortcut4

This property indicates the type of the parent document management object that contains these content objects. It uses the DMObjectType enumeration to specify the object type.


Total

Gets the total number of available content objects.

Type: long

This property represents the total count of content objects available, which may be different from the number of items in the Items collection when pagination is used.