This documentation is archived and is not being maintained.
LocalItemExclusionEvaluator::IsExcluded Method (String, Boolean)
Visual Studio 2013
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)
Parameters
- localItem
- Type: System::String
The local item to check
- isFolder
- Type: System::Boolean
True if the local item to check is a folder; false otherwise
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: