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
DecryptedObjectSecretGets the decrypted object secret information.
AddRecentGets whether to add the file to the recent items list.
FileNameGets the name of the file to be downloaded.
SecretKeyGets the encrypted secret key used for object security.
VersionSecretKeyGets the encrypted secret key for version security.
PathGets the path of the file in the document management system.
DecryptedVersionSecretGets the decrypted version secret information.

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.