|
This page last changed on Dec 15, 2009 by csut017.
CommentFilter
A FilteredSourceControl filter that compares modification comments to a specified regular expression.
Version
Available from version 1.3
Examples
<commentFilter>
<pattern>Ignore: .*</pattern>
</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 Tuesday, 15 Dec 2009 at 2:53:33 AM |
|