Skip to main content

GetDownloadUrlRequest Properties

An object defining properties for the GetDownloadUrlRequest class.

DecryptedVersionSecret

Gets the decrypted version secret information.

Type: DMObjectVersionSecret

This property contains the decrypted version of the VersionSecretKey. It is populated automatically using the [DecryptData] attribute and has a private setter for controlled access. The decrypted secret is used for secure operations with specific versions of the document management object.


SecretKey

Gets the encrypted secret key used for object security.

Type: string

This property holds the encrypted secret key for object security operations. It is used in conjunction with the DecryptedObjectSecret property, which contains its decrypted version.


AddRecent

Gets whether to add the file to the recent items list.

Type: bool

This property determines if the downloaded file should be added to the user's recent items list. By default, this is set to true to track recently accessed files.


VersionSecretKey

Gets the encrypted secret key for version security.

Type: string

This property holds the encrypted secret key for version security operations. It is used in conjunction with the DecryptedVersionSecret property, which contains its decrypted version.


DecryptedObjectSecret

Gets the decrypted object secret information.

Type: DMObjectSecret

This property contains the decrypted version of the SecretKey. It is populated automatically using the [DecryptData] attribute and has a private setter for controlled access. The decrypted secret is used for secure operations with the document management object.


Path

Gets the path of the file in the document management system.

Type: string

This property specifies the location of the file within the document management system's hierarchy. If not provided, an empty string is used as the default value.


FileName

Gets the name of the file to be downloaded.

Type: string

This property specifies the name of the file for which a download URL is being requested. This name is used to identify the file in the document management system.