FileManagerExtension.DownloadFiles(FileManagerSettings) Method
Returns the binary content of downloaded files from the FileManager with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
settings | FileManagerSettings | A FileManagerSettings object that is the file manager settings. |
Returns
Type | Description |
---|---|
FileStreamResult | A FileStreamResult object that is a binary content sent in response. |
See Also