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 |
|---|---|
| SourceDecryptedSecrets | Gets the decrypted secret information for the source objects. |
| SourceSecretKeys | Gets the encrypted secret keys for the source objects. |
| Reason | Gets the reason provided for moving the objects. |
| DestinationSecret | Gets the decrypted secret information for the destination location. |
| DestinationSecretKey | Gets the encrypted secret key for the destination location. |
Constructors
| Name | Description |
|---|---|
| MoveObjectsRequest(sourceSecretKeys, destinationSecretKey, reason) | Initializes a new instance of the MoveObjectsRequest class with the specified source and destination security keys and move reason. |
| MoveObjectsRequest() | Initializes a new instance of the MoveObjectsRequest class. |