SpreadsheetSettings.TemporaryFolder Property
In This Article
OBSOLETE
Use the Settings
Gets or sets the temporary server folder where files which are currently being uploaded, are maintained.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the SettingsDocumentSelector.EditingSettings.TemporaryFolder property instead.")]
public string TemporaryFolder { get; set; }
#Property Value
Type | Description |
---|---|
String | A String value specifying the path to the temporary upload folder. |
See Also