GetDownloadUrlItem Properties
An object defining properties for the GetDownloadUrlItem class.
MimeType
Gets the MIME type of the file that can be downloaded.
Type: string
This property contains the MIME type (media type) of the file, which indicates the nature and format of the file. This information is used by client applications to properly handle the downloaded content.
Path
Gets or sets 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. It can be used to identify and locate the file in the system.
DownloadUrl
Gets the temporary URL where the file can be downloaded from.
Type: string
This property contains the URL that can be used to download the file from the document management system. The URL is typically temporary and provides secure access to the file content.