GetDownloadUrlItem Constructors
An object defining constructors for the GetDownloadUrlItem class.
GetDownloadUrlItem(downloadUrl, mimeType, path)
Initializes a new instance of the GetDownloadUrlItem
class with the specified download URL, MIME type, and path.
Parameters:
downloadUrl (required): string
The temporary URL where the file can be downloaded from.
mimeType (required): string
The MIME type of the file that can be downloaded.
path (required): string
The path of the file in the document management system.
This constructor initializes a new item by setting the provided download URL, MIME type, and path information. These values are used to facilitate file downloads and identify the file's location in the system.