This page last changed on Apr 08, 2010 by ccnet-doc-gen.

Or Condition

Checks that at least one child condition matches.

Version

Available from version 1.6

Examples

Basic example
<orCondition>
  <conditions>
    <!-- Conditions to check -->
  </conditions>
</orCondition>
Example in context
<conditional>
  <conditions>
    <orCondition>
      <conditions>
        <!-- Conditions to check -->
      </conditions>
    </orCondition>
  </conditions>
  <tasks>
    <!-- Tasks to perform if condition passed -->
  </tasks>
  <elseTasks>
    <!-- Tasks to perform if condition failed -->
  </elseTasks>
</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 Thursday, 8 Apr 2010 at 12:04:29 AM
Using assembly version 1.6.7128.1

Document generated by Confluence on Jan 23, 2011 08:52