This documentation is archived and is not being maintained.

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)

public:
property bool UseOnlyStartLocalItemExclusions {
	bool get ();
	void set (bool value);
}

Property Value

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

Show: