Skip to main content

ASPxSpreadsheet.TemporaryFolder Property

OBSOLETE

Use the SettingsDocumentSelector.EditingSettings.TemporaryFolder property instead.

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Gets or sets the temporary folder path.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v25.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
[Obsolete("Use the SettingsDocumentSelector.EditingSettings.TemporaryFolder property instead.")]
public string TemporaryFolder { get; set; }

Property Value

Type Default Description
String String.Empty

The temporary folder path.

See Also