Skip to main content

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

NameDescription
MimeTypeGets the MIME type of the file that can be downloaded.
PathGets or sets the path of the file in the document management system.
DownloadUrlGets the temporary URL where the file can be downloaded from.

Constructors

NameDescription
GetDownloadUrlItem(downloadUrl, mimeType, path)Initializes a new instance of the GetDownloadUrlItem class with the specified download URL, MIME type, and path.