Skip to main content
Tab

BinaryImageUploadSettings.TempFileExpirationTime Property

Gets or sets the temporary file expiration time.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(20)]
public int TempFileExpirationTime { get; set; }

Property Value

Type Default Description
Int32 20

A Int32 value specifying the time, in minutes.

Property Paths

You can access this nested property as listed below:

Object Type Path to TempFileExpirationTime
BinaryImageEditingSettings
.UploadSettings .TempFileExpirationTime
See Also