ActionFilter¶
The ActionFilter can be used to filter modifications on the basis of the type of modification that was committed. Modification types are specific to each source control provider. Consult each source control provider for the list of actions to filter.
Version¶
Available from version 1.0
Examples¶
1<actionFilter>
2 <actions>
3 <action>deleted</action>
4 </actions>
5</actionFilter>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
actions | The actions to filter. | String array | Yes | n/a | 1.0 |
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:01 AM