GetDownloadUrlResponse Properties
An object defining properties for the GetDownloadUrlResponse 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.
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.