Skip to main content

GetDownloadUrlsResponse

Represents a response containing download URLs and related information for multiple files in the document management system.

This class encapsulates a collection of download information items, where each item contains the download URL, MIME type, and path for a specific file. It inherits from BaseResponse to provide common response functionality.

Properties

NameDescription
ResponsesGets the collection of download URL items for multiple files.

Constructors

NameDescription
GetDownloadUrlsResponse()Initializes a new instance of the GetDownloadUrlsResponse class.
GetDownloadUrlsResponse(responses)Initializes a new instance of the GetDownloadUrlsResponse class with the specified collection of download URL items.