DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Workspace Class / KeepFiles Property

In This Topic
    KeepFiles Property
    In This Topic
    Automatic disk cleanup strategy.
    Syntax
    'Declaration
     
    Public Property KeepFiles As KeepFileType
    public KeepFileType KeepFiles {get; set;}
    Remarks
    This property can be left at its default value unless you need finer control over what files created in calculations must be kept for future reuse.
    See Also