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;}
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.
[C#]
//delete all temp files older than 10 minutes |
[Visual Basic]
'delete all temp files older than 10 minutes |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.