Skip to main content

GetDownloadUrlResponse

Represents a response containing the download URL and MIME type for a file in the document management system.

This class encapsulates the information needed to download a file, including its temporary download URL and content type. It inherits from BaseResponse to provide common response functionality.

Properties

NameDescription
MimeTypeGets the MIME type of the file that can be downloaded.
DownloadUrlGets the temporary URL where the file can be downloaded from.

Constructors

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