Skip to main content
A newer version of this page is available. .

FileManagerExtension.DownloadFiles(String, String, 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.v18.2.dll

Declaration

[Obsolete("Use the DownloadFiles(settings, rootFolder, fileDownloadingDelegate) method instead.", true)]
public static FileStreamResult DownloadFiles(
    string name,
    string rootFolder,
    FileManagerSettingsPermissions settingsPermissions,
    FileManagerFileDownloadingEventHandler fileDownloadingDelegate
)

Parameters

Name Type
name String
rootFolder String
settingsPermissions FileManagerSettingsPermissions
fileDownloadingDelegate FileManagerFileDownloadingEventHandler

Returns

Type
FileStreamResult
See Also