See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

CleanupMinimumAge Property

Gets or sets the minimum number of minutes images are stored in the TempDirectory before they are deleted.

[Visual Basic]
Public Property CleanupMinimumAge As Integer
[C#]
public int CleanupMinimumAge {get; set;}

Remarks

When .netCHARTING renders a chart a temporary file is created in the directory set by the TempDirectory property. The CleanupMinimumAge ensures that only files older than this age, in minutes, will be deleted.

Example

[C#] 

//delete all temp files older than 10 minutes 
Chart.CleanupMinimumAge = 10;

[Visual Basic] 

'delete all temp files older than 10 minutes
Chart.CleanupMinimumAge = 10

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.