Skip to main content

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

NameDescription
DecryptedVersionSecretGets the decrypted version secret information.
SecretKeyGets the encrypted secret key used for object security.
ObjectDecryptedSecretGets the decrypted object secret information.
VersionSecretKeyGets the encrypted secret key for version security.
LoadOptionsGets the options for loading content data.

Constructors

NameDescription
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.