Gets or sets the interval between the time the image was last accessed and the time when the image expires from the session, cache, or file object.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public TimeSpan SlidingExpiration { get; set; }
Visual Basic
Public Property SlidingExpiration As TimeSpan
	Get
	Set

Remarks

If this value is the equivalent of 5 minutes, the image expires and is removed from the transfer object 5 minutes after it was last accessed.

See Also