Skip to main content

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

NameDescription
DecryptedVersionSecretGets the decrypted secret information for the object version.
NameMLGets or sets the multilingual names for the object.
DescriptionMLGets or sets the multilingual descriptions for the object.
ObjectKeyGets the encrypted key for the object to be renamed.
VersionSecretKeyGets the encrypted secret key for the object version.
ObjectSecretGets the decrypted secret information for the object to be renamed.

Constructors

NameDescription
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.