CommentFilter

A FilteredSourceControl filter that compares modification comments to a specified regular expression.

Version

Available from version 1.3

Examples

1<commentFilter>
2  <pattern>Ignore: .*</pattern>
3</commentFilter>

Configuration Elements

Element Description Type Required Default Version
pattern This is the pattern used to compare the modification comment against. The pattern is specified according to the rules of the .net System.Text.RegularExpressions.Regex class. Each CommentFilter contains a single pattern element. String Yes n/a 1.3

Automatically Generated

Documentation generated on Monday, 26 May 2014 at 7:18:01 AM