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

BinaryImageUploadSettings.TemporaryFolder Property

Gets or sets the server folder where control temp files are maintained.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("~/App_Data/UploadTemp/")]
public string TemporaryFolder { get; set; }

Property Value

Type Default Description
String "~/App_Data/UploadTemp/"

A String value specifying the path to the folder.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TemporaryFolder
ASP.NET Controls and MVC Extensions BinaryImageEditingSettings
.UploadSettings.TemporaryFolder
ASP.NET Bootstrap Controls BootstrapBinaryImageEditingSettings
.UploadSettings.TemporaryFolder
BootstrapBinaryImageEditingSettingsBase
.UploadSettings.TemporaryFolder
See Also