Gets or sets a TimeSpan object that determines the amount of time the TempDirectory folder would be checked for deleting old image files.
[Visual Basic]
Public Property CleanupPeriod As TimeSpan
[C#]
public TimeSpan CleanupPeriod {get; set;}
This example sets the cleanup period every 30 minutes.
[C#]
Chart.FileManager.CleanupPeriod= new TimeSpan(0,30,0); |
[Visual Basic]
Chart.FileManager.CleanupPeriod= New TimeSpan(0,30,0) |
FileManager Class | FileManager Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.