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

FileManagerSettingsEditing.DownloadedArchiveName Property

Specifies the name of the downloaded file archive.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("files")]
public virtual string DownloadedArchiveName { get; set; }

Property Value

Type Default Description
String "files"

A string that is the archive name.

Property Paths

You can access this nested property as listed below:

Show 21 property paths
Library Object Type Path to DownloadedArchiveName
ASP.NET Controls and MVC Extensions ASPxFileManager
.SettingsEditing .DownloadedArchiveName
HtmlEditorAudioSelectorSettings
.EditingSettings .DownloadedArchiveName
HtmlEditorDocumentSelectorSettings
.EditingSettings .DownloadedArchiveName
HtmlEditorFileManager
.SettingsEditing .DownloadedArchiveName
HtmlEditorFileManagerSettingsBase
.EditingSettings .DownloadedArchiveName
HtmlEditorFlashSelectorSettings
.EditingSettings .DownloadedArchiveName
HtmlEditorImageSelectorSettings
.EditingSettings .DownloadedArchiveName
HtmlEditorSelectorSettings
.EditingSettings .DownloadedArchiveName
HtmlEditorVideoSelectorSettings
.EditingSettings .DownloadedArchiveName
RichEditDocumentSelectorSettings
.EditingSettings .DownloadedArchiveName
RichEditFileManager
.SettingsEditing .DownloadedArchiveName
RichEditFolderManager
.SettingsEditing .DownloadedArchiveName
SpreadsheetDocumentSelectorSettings
.EditingSettings .DownloadedArchiveName
ASP.NET Bootstrap Controls BootstrapFileManager
.SettingsEditing .DownloadedArchiveName
ASP.NET MVC Extensions FileManagerSettings
.SettingsEditing .DownloadedArchiveName
MVCxFileManager
.SettingsEditing .DownloadedArchiveName
MVCxHtmlEditorAudioSelectorSettings
.EditingSettings .DownloadedArchiveName
MVCxHtmlEditorDocumentSelectorSettings
.EditingSettings .DownloadedArchiveName
MVCxHtmlEditorFlashSelectorSettings
.EditingSettings .DownloadedArchiveName
MVCxHtmlEditorImageSelectorSettings
.EditingSettings .DownloadedArchiveName
MVCxHtmlEditorVideoSelectorSettings
.EditingSettings .DownloadedArchiveName

Remarks

When multiple file selection is enabled (the FileManagerSettings.EnableMultiSelect property is set to true), ASPxFileManager saves each downloaded file into a temporary file archive. Use the DownloadedArchiveName property to specify the archive name. You can use the FileManagerSettingsEditing.TemporaryFolder property to specify the server folder where the temporary archive is saved.

To learn more about downloading files, see the File Download topic.

See Also