GetDMObjectsResponse
Represents a response containing a collection of document management objects and their total count.
This class encapsulates a list of document management objects and the total count of available objects. It inherits from BaseResponse and includes encryption checking for security purposes.
Properties
Name | Description |
---|---|
Items | Gets or sets the list of document management objects. |
TotalCount | Gets or sets the total number of available document management objects. |
Constructors
Name | Description |
---|---|
GetDMObjectsResponse(items, totalCount) | Initializes a new instance of the GetDMObjectsResponse class with the specified items and total count. |
GetDMObjectsResponse() | Initializes a new instance of the GetDMObjectsResponse class. |