Condition element
Specifies a condition that must be met in order for the pair to execute.
Type
string
Parent
Remarks
Note that a condition can be enclosed in a CDATA tag.
Refer to Conditions for more information about conditions.
Examples
In the following example, the pair will be executed when parameter 500 contains "Active":
<Pair id="200">
<Condition>id:500 == "Active"</Condition>
In the following example, the pair will be executed when parameter 5 contains 1:
<Condition><![CDATA[(id:5 == 1)]]></Condition>