Skip to main content

GetContentsRequest Constructors

An object defining constructors for the GetContentsRequest class.

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.

Parameters:

secretKey (required): string
The encrypted secret key for object security.

versionSecretKey (required): string
The encrypted secret key for version security.

loadOptions (required): LoadOptions
The options specifying how to load the content data.

This constructor initializes a new request to retrieve contents by calling the base constructor and setting the provided security keys and loading options to their respective properties.