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.
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:
Name Value Repository 0 Folder 1 File 2 Content 3 Shortcut 4
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.