Skip to main content

CopyObjectsRequest

Represents a request to copy objects in the document management system.

This class extends BaseRequest to provide the necessary security information for copying objects from source locations to a destination. It manages both source and destination security keys and their decrypted versions.

Properties

NameDescription
DestinationSecretGets the decrypted secret information for the destination location.
SourceDecryptedSecretsGets the decrypted secret information for the source objects.
SourceSecretKeysGets the encrypted secret keys for the source objects.
DestinationSecretKeyGets the encrypted secret key for the destination location.

Constructors

NameDescription
CopyObjectsRequest()Initializes a new instance of the CopyObjectsRequest class.
CopyObjectsRequest(sourceSecretKeys, destinationSecretKey)Initializes a new instance of the CopyObjectsRequest class with the specified source and destination security keys.