Skip to main content

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

NameDescription
FileBytesGets the list of binary data for the downloaded files.

Constructors

NameDescription
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.