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 |
|---|---|
| SecretKey | Gets the encrypted secret key used for object security. |
| VersionSecretKey | Gets the encrypted secret key for the version security. |
| DecryptedSecret | Gets the decrypted object secret information. |
| DecryptedVersionSecret | Gets the decrypted version secret information. |
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. |