GetContentsRequest
Represents a request to retrieve contents with security and loading options.
This class encapsulates the necessary security keys and loading options required to fetch contents from the document management system. It inherits from BaseRequest and uses encryption attributes and JSON conversion for secure data handling.
Properties
| Name | Description |
|---|---|
| ObjectDecryptedSecret | Gets the decrypted object secret information. |
| SecretKey | Gets the encrypted secret key used for object security. |
| LoadOptions | Gets the options for loading content data. |
| VersionSecretKey | Gets the encrypted secret key for version security. |
| DecryptedVersionSecret | Gets the decrypted version secret information. |
Constructors
| Name | Description |
|---|---|
| GetContentsRequest(secretKey, versionSecretKey, loadOptions) | Initializes a new instance of the GetContentsRequest class with the specified security keys and loading options. |
| GetContentsRequest() | Initializes a new instance of the GetContentsRequest class. |