Skip to main content

SpreadsheetSettings.TemporaryFolder Property

OBSOLETE

Use the SettingsDocumentSelector.EditingSettings.TemporaryFolder property instead.

Gets or sets the temporary server folder where files which are currently being uploaded, are maintained.

Namespace: DevExpress.Web.Mvc

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