This documentation is archived and is not being maintained.

LocalItemExclusionEvaluator::IsExcluded Method (String)

Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control.

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

public:
bool IsExcluded(
	String^ localItem
)

Parameters

localItem
Type: System::String

The local item to check

Return Value

Type: System::Boolean
True if the item is excluded; false otherwise

Show: