.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > FileManager Class : CleanupMinimumAge Property
CleanupMinimumAge Property (FileManager)
Gets or sets a System.TimeSpan object that determines the minimum amount of time images are stored in the TempDirectory folder before they are deleted.
Syntax
'Declaration
 
Public Property CleanupMinimumAge As TimeSpan
'Usage
 
Dim instance As FileManager
Dim value As TimeSpan
 
instance.CleanupMinimumAge = value
 
value = instance.CleanupMinimumAge
public TimeSpan CleanupMinimumAge {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also