Skip to main content

FileManagerExtension.DownloadFiles Method

Name Parameters Description
DownloadFiles(FileManagerSettings, FileSystemProviderBase, FileManagerFileDownloadingEventHandler) static settings, fileSystemProvider, fileDownloadingDelegate Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(FileManagerSettings, FileSystemProviderBase) static settings, fileSystemProvider Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(FileManagerSettings, String, FileManagerFileDownloadingEventHandler) static settings, rootFolder, fileDownloadingDelegate Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(FileManagerSettings, String) static settings, rootFolder Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(FileManagerSettings) static settings Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, FileManagerSettingsPermissions) static name, settingsPermissions Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, FileSystemProviderBase, FileManagerFileDownloadingEventHandler) static name, fileSystemProvider, fileDownloadingDelegate Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, FileSystemProviderBase, FileManagerSettingsPermissions, FileManagerFileDownloadingEventHandler) static name, fileSystemProvider, settingsPermissions, fileDownloadingDelegate Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, FileSystemProviderBase, FileManagerSettingsPermissions) static name, fileSystemProvider, settingsPermissions Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, FileSystemProviderBase) static name, fileSystemProvider Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, String, FileManagerFileDownloadingEventHandler) static name, rootFolder, fileDownloadingDelegate Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, String, FileManagerSettingsPermissions, FileManagerFileDownloadingEventHandler) static name, rootFolder, settingsPermissions, fileDownloadingDelegate Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, String, FileManagerSettingsPermissions) static name, rootFolder, settingsPermissions Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.
DownloadFiles(String, String) static name, rootFolder Obsolete. Returns the binary content of downloaded files from the FileManager with the specified settings.