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
| Name | Description |
|---|---|
| MimeType | Gets the MIME type of the file that can be downloaded. |
| DownloadUrl | Gets the temporary URL where the file can be downloaded from. |
Constructors
| Name | Description |
|---|---|
| GetDownloadUrlResponse() | Initializes a new instance of the GetDownloadUrlResponse class. |
| GetDownloadUrlResponse(downloadUrl, mimeType) | Initializes a new instance of the GetDownloadUrlResponse class with the specified download URL and MIME type. |