Skip to main content

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

NameDescription
ItemsGets or sets the list of document management objects.
TotalCountGets or sets the total number of available document management objects.

Constructors

NameDescription
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.