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
ObjectDecryptedSecretGets the decrypted object secret information.
SecretKeyGets the encrypted secret key used for object security.
LoadOptionsGets the options for loading content data.
VersionSecretKeyGets the encrypted secret key for version security.
DecryptedVersionSecretGets the decrypted version secret information.

Constructors

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