...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<if condition="[:RuntimeParams.EnforceKey:]"> <then> <Log Message="I am in true block!"/> </then> <else> <Log Message="I am in false block!"/> </else> </if> </Query> |
Using XPath Boolean Expressions
...
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<if condition="[:RuntimeParams.EnforceKey:]"> <then> <Log Message="I am in true block!"/> </then> <else> <Log Message="I am in false block!"/> </else> </if> </Query> |
...