DownloadFilesResponse
The DownloadFilesResponse
class represents a response containing the binary content of downloaded files.
This class encapsulates the binary data of one or more files that have been downloaded from the document management system.
Properties
Name | Description |
---|---|
FileBytes | Gets the list of binary data for the downloaded files. |
Constructors
Name | Description |
---|---|
DownloadFilesResponse(fileBytes) | Initializes a new instance of the DownloadFilesResponse class with the specified file binary data. |
DownloadFilesResponse() | Initializes a new instance of the DownloadFilesResponse class. |