FileManagerExtension.DownloadFiles(String, String, FileManagerSettingsPermissions) Method
OBSOLETE
Use the DownloadFiles method instead.
Returns the binary content of downloaded files from the FileManager with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the DownloadFiles(settings, rootFolder) method instead.", true)]
public static FileStreamResult DownloadFiles(
string name,
string rootFolder,
FileManagerSettingsPermissions settingsPermissions
)
Parameters
| Name | Type |
|---|---|
| name | String |
| rootFolder | String |
| settingsPermissions | FileManagerSettingsPermissions |
Returns
| Type |
|---|
| FileStreamResult |
See Also