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
Name | Description |
---|---|
DownloadUrls | Gets the list of URLs for the files to be downloaded. |
Constructors
Name | Description |
---|---|
DownloadFilesRequest() | Initializes a new instance of the DownloadFilesRequest class. |
DownloadFilesRequest(downloadUrls) | Initializes a new instance of the DownloadFilesRequest class with the specified download URLs. |