FileManagerSettingsEditing.DownloadedArchiveName Property
Specifies the name of the downloaded file archive.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxFileManager |
|
ASP.NET MVC Extensions | FileManagerSettings |
|
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