LocalItemExclusionEvaluator.UseOnlyStartLocalItemExclusions Property

If true, ignore files below the start local item will not be processed when evaluating exclusions.

The default value for this flag is false.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property UseOnlyStartLocalItemExclusions As Boolean
public bool UseOnlyStartLocalItemExclusions { get; set; }
public:
property bool UseOnlyStartLocalItemExclusions {
    bool get ();
    void set (bool value);
}
member UseOnlyStartLocalItemExclusions : bool with get, set
function get UseOnlyStartLocalItemExclusions () : boolean 
function set UseOnlyStartLocalItemExclusions (value : boolean)

Property Value

Type: System.Boolean
true if the ignore files below the start local item will not be processed when evaluating exclusions; otherwise, false.

.NET Framework Security

See Also

Reference

LocalItemExclusionEvaluator Class

Microsoft.TeamFoundation.VersionControl.Client Namespace