Skip to main content

CopyObjectsResponse

Represents a response containing information about objects that were copied in the document management system.

This class extends BaseResponse to provide a mapping between original object IDs and their corresponding copied object information. It ensures secure transmission of the copied objects' data.

Properties

NameDescription
TradedObjectsGets the mapping between original object IDs and their copied object information.

Constructors

NameDescription
CopyObjectsResponse(tradedObjects)Initializes a new instance of the CopyObjectsResponse class with the specified mapping of copied objects.
CopyObjectsResponse()Initializes a new instance of the CopyObjectsResponse class.