Skip to main content

GetDownloadUrlRequest

Represents a request to obtain a download URL for a file in the document management system.

This class encapsulates the necessary security keys, file information, and options required to generate a download URL for a file. It inherits from BaseRequest to provide common request functionality and includes automatic decryption of security keys through the DecryptData attribute.

Properties

NameDescription
DecryptedVersionSecretGets the decrypted version secret information.
SecretKeyGets the encrypted secret key used for object security.
AddRecentGets whether to add the file to the recent items list.
VersionSecretKeyGets the encrypted secret key for version security.
DecryptedObjectSecretGets the decrypted object secret information.
PathGets the path of the file in the document management system.
FileNameGets the name of the file to be downloaded.

Constructors

NameDescription
GetDownloadUrlRequest()Initializes a new instance of the GetDownloadUrlRequest class.
GetDownloadUrlRequest(secretKey, versionSecretKey, fileName, addRecent, path)Initializes a new instance of the GetDownloadUrlRequest class with the specified security keys and file information.