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
Name | Description |
---|---|
DestinationSecret | Gets the decrypted secret information for the destination location. |
Reason | Gets the reason provided for moving the objects. |
SourceDecryptedSecrets | Gets the decrypted secret information for the source objects. |
SourceSecretKeys | Gets the encrypted secret keys for the source objects. |
DestinationSecretKey | Gets the encrypted secret key for the destination location. |
Constructors
Name | Description |
---|---|
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. |