Skip to main content

GetDMContentObjectsResponse

Represents a response containing a collection of document management content objects along with metadata.

This class encapsulates a list of content objects and associated information including total count, parent object ID, and type. It inherits from BaseResponse and includes encryption checking for security purposes.

Properties

NameDescription
TotalGets the total number of available content objects.
IdGets the identifier of the parent document management object.
TypeGets the type of the parent document management object.
ItemsGets or sets the collection of document management content objects.

Constructors

NameDescription
GetDMContentObjectsResponse()Initializes a new instance of the GetDMContentObjectsResponse class.
GetDMContentObjectsResponse(items, total, id, type)Initializes a new instance of the GetDMContentObjectsResponse class with the specified items and metadata.