Or Condition¶
Checks that at least one child condition matches.
Version¶
Available from version 1.6
Examples¶
Basic example
1<orCondition>
2 <conditions>
3 <!-- Conditions to check -->
4 </conditions>
5</orCondition>
Example in context
1<conditional>
2 <conditions>
3 <orCondition>
4 <conditions>
5 <!-- Conditions to check -->
6 </conditions>
7 </orCondition>
8 </conditions>
9 <tasks>
10 <!-- Tasks to perform if condition passed -->
11 </tasks>
12 <elseTasks>
13 <!-- Tasks to perform if condition failed -->
14 </elseTasks>
15</conditional>
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
conditions | The conditions to check. | Task Condition Blocks array | Yes | n/a | 1.6 |
description | A description of the condition. | String | No | none | 1.6 |
Notes¶
This condition has been kindly supplied by Lasse Sjørup. The original project is available from [[http://ccnetconditional.codeplex.com/]].
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:03 AM