Skip to main content

MoveObjectsRequest

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

This class extends BaseRequest to provide the necessary security information and reasoning for moving objects from source locations to a destination. It manages both source and destination security keys and their decrypted versions, along with the reason for the move operation.

Properties

NameDescription
DestinationSecretGets the decrypted secret information for the destination location.
ReasonGets the reason provided for moving the objects.
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
MoveObjectsRequest()Initializes a new instance of the MoveObjectsRequest class.
MoveObjectsRequest(sourceSecretKeys, destinationSecretKey, reason)Initializes a new instance of the MoveObjectsRequest class with the specified source and destination security keys and move reason.