dotnetCHARTING Send comments on this topic.
CleanupMinimumAge Property
See Also 
dotnetCHARTING Namespace > FileManager Class : CleanupMinimumAge Property


Gets or sets a TimeSpan object that determines the minimum amount of time images are stored in the TempDirectory folder before they are deleted.

Syntax

Visual Basic (Declaration) 
Public Property CleanupMinimumAge As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As FileManager
Dim value As TimeSpan
 
instance.CleanupMinimumAge = value
 
value = instance.CleanupMinimumAge
C# 
public TimeSpan CleanupMinimumAge {get; set;}

See Also

© 2010 All Rights Reserved.