Skip to main content
Tab

FileManagerSettingsEditing.DownloadedArchiveName Property

Specifies the name of the downloaded file archive.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Library Object Type Path to DownloadedArchiveName
ASP.NET MVC Extensions FileManagerSettings
.SettingsEditing .DownloadedArchiveName
ASP.NET Web Forms Controls ASPxFileManager
.SettingsEditing .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