GetDMContentObjectsResponse Constructors
An object defining constructors for the GetDMContentObjectsResponse class.
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.
Parameters:
items (required): IEnumerable<GetDMContentObjectResponse>
The collection of content objects to include in the response.
total (required): long
The total number of available content objects.
id (required): long
The identifier of the parent document management object.
type (required): DMObjectType
The type of the parent document management object.
This constructor initializes a new response containing the provided collection of content objects and associated metadata including total count, parent object ID, and type.