FlatTrackingData.SkipMissingFiles Property

Definition

Should files in the TLog but no longer exist be skipped or recorded?

public:
 property bool SkipMissingFiles { bool get(); void set(bool value); };
public bool SkipMissingFiles { get; set; }
member this.SkipMissingFiles : bool with get, set
Public Property SkipMissingFiles As Boolean

Property Value

Boolean

true to skip missing files; false to record them.

Applies to