Skip to main content

DownloadFilesRequest

The DownloadFilesRequest class represents a request to download multiple files using their URLs.

This class encapsulates a collection of URLs for files that need to be downloaded from the document management system.

Properties

NameDescription
DownloadUrlsGets the list of URLs for the files to be downloaded.

Constructors

NameDescription
DownloadFilesRequest()Initializes a new instance of the DownloadFilesRequest class.
DownloadFilesRequest(downloadUrls)Initializes a new instance of the DownloadFilesRequest class with the specified download URLs.