FileManagerExtension.DownloadFiles(String, FileSystemProviderBase, FileManagerSettingsPermissions, FileManagerFileDownloadingEventHandler) 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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the DownloadFiles(settings, fileSystemProvider, fileDownloadingDelegate) method instead.", true)]
public static FileStreamResult DownloadFiles(
string name,
FileSystemProviderBase fileSystemProvider,
FileManagerSettingsPermissions settingsPermissions,
FileManagerFileDownloadingEventHandler fileDownloadingDelegate
)
Parameters
Name | Type |
---|---|
name | String |
fileSystemProvider | FileSystemProviderBase |
settingsPermissions | FileManagerSettingsPermissions |
fileDownloadingDelegate | FileManagerFileDownloadingEventHandler |
Returns
Type |
---|
FileStreamResult |
See Also