RenameObjectRequest
Represents a request to rename an object in the document management system.
This class extends BaseDocumentManagementRequest to provide the necessary security information and multilingual naming details for renaming an object. It manages both object and version security keys along with their decrypted versions, and supports multilingual names and descriptions.
Properties
Name | Description |
---|---|
DecryptedVersionSecret | Gets the decrypted secret information for the object version. |
NameML | Gets or sets the multilingual names for the object. |
DescriptionML | Gets or sets the multilingual descriptions for the object. |
ObjectKey | Gets the encrypted key for the object to be renamed. |
VersionSecretKey | Gets the encrypted secret key for the object version. |
ObjectSecret | Gets the decrypted secret information for the object to be renamed. |
Constructors
Name | Description |
---|---|
RenameObjectRequest() | Initializes a new instance of the RenameObjectRequest class. |
RenameObjectRequest() | Initializes a new instance of the RenameObjectRequest class. |
RenameObjectRequest(objectkey, versionSecretKey, objectSecret) | Initializes a new instance of the RenameObjectRequest class with the specified security information. |