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 |
|---|---|
| TotalCount | Gets or sets the total number of available document management objects. |
| Items | Gets or sets the list of document management objects. |
Constructors
| Name | Description |
|---|---|
| GetDMObjectsResponse() | Initializes a new instance of the GetDMObjectsResponse class. |
| GetDMObjectsResponse(items, totalCount) | Initializes a new instance of the GetDMObjectsResponse class with the specified items and total count. |