GetDownloadUrlItem
Represents an item containing download URL, MIME type, and path information for a file in the document management system.
This class encapsulates all necessary information for downloading a specific file, including its location in the document management system, temporary download URL, and content type information.
Properties
Name | Description |
---|---|
MimeType | Gets the MIME type of the file that can be downloaded. |
Path | Gets or sets the path of the file in the document management system. |
DownloadUrl | Gets the temporary URL where the file can be downloaded from. |
Constructors
Name | Description |
---|---|
GetDownloadUrlItem(downloadUrl, mimeType, path) | Initializes a new instance of the GetDownloadUrlItem class with the specified download URL, MIME type, and path. |