SetAsDefaultContentRequest
Represents a request to set a specific content version as the default version in the document management system.
This class encapsulates the security information required to set 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. |
ObjectSecretKey | Gets the encrypted secret key used for object security. |
VersionSecretKey | Gets the encrypted secret key for the version security. |
DecryptedObjectSecret | Gets the decrypted object secret information. |
Constructors
Name | Description |
---|---|
SetAsDefaultContentRequest() | Initializes a new instance of the SetAsDefaultContentRequest class. |
SetAsDefaultContentRequest(objectSecretKey, versionSecretKey) | Initializes a new instance of the SetAsDefaultContentRequest class with the specified security keys. |