Skip to main content

GetDMObjectsResponse Constructors

An object defining constructors for the GetDMObjectsResponse class.

GetDMObjectsResponse(items, totalCount)

Initializes a new instance of the GetDMObjectsResponse class with the specified items and total count.

Parameters:

items (required): List<GetDMObjectResponse>
The list of document management objects to include in the response.

totalCount (optional): int
The total number of available document management objects. Defaults to 0.

This constructor initializes a new response containing the provided list of document management objects and their total count. The total count parameter is optional and defaults to 0 if not specified.


GetDMObjectsResponse()

Initializes a new instance of the GetDMObjectsResponse class.