LocalItemExclusionEvaluator.IsExcluded Method
Include Protected Members
Include Inherited Members
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.
Overload List
Name | Description | |
---|---|---|
IsExcluded(String) | Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control. | |
IsExcluded(String, Boolean) | Check the provided local item against the LocalItemExclusionEvaluator to see whether it should be excluded from addition to version control. | |
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