UnsetAsDefaultContentRequest
Represents a request to remove the default status from a content version in the document management system.
This class encapsulates the security information required to unset a content version as the default. It uses encryption attributes to handle secure data and inherits from BaseRequest.
Properties
Name | Description |
---|---|
DecryptedVersionSecret | Gets the decrypted version secret information. |
SecretKey | Gets the encrypted secret key used for object security. |
DecryptedSecret | Gets the decrypted object secret information. |
VersionSecretKey | Gets the encrypted secret key for the version security. |
Constructors
Name | Description |
---|---|
UnsetAsDefaultContentRequest() | Initializes a new instance of the UnsetAsDefaultContentRequest class. |
UnsetAsDefaultContentRequest(secretKey, versionSecretKey) | Initializes a new instance of the UnsetAsDefaultContentRequest class with the specified security keys. |