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
Name | Description |
---|---|
Id | Gets the identifier of the parent document management object. |
Items | Gets or sets the collection of document management content objects. |
Type | Gets the type of the parent document management object. |
Total | Gets the total number of available content objects. |
Constructors
Name | Description |
---|---|
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. |