This documentation is archived and is not being maintained.

LocalItemExclusionEvaluator::IsExcluded Method

Indicates whether the item is excluded.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method IsExcluded(String) Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control.
Public method IsExcluded(String, Boolean) Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control.
Public method IsExcluded(String, Boolean, String%, String%) Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control. If the item is excluded, the appliedExclusion and ignoreFilePath out parameters will be set to provide additional information about why the item was excluded.
Top
Show: