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 |
---|---|
DecryptedVersionSecret | Gets the decrypted version secret information. |
SecretKey | Gets the encrypted secret key used for object security. |
ObjectDecryptedSecret | Gets the decrypted object secret information. |
VersionSecretKey | Gets the encrypted secret key for version security. |
LoadOptions | Gets the options for loading content data. |
Constructors
Name | Description |
---|---|
GetContentsRequest() | Initializes a new instance of the GetContentsRequest class. |
GetContentsRequest(secretKey, versionSecretKey, loadOptions) | Initializes a new instance of the GetContentsRequest class with the specified security keys and loading options. |