Description
Returns True if the specified expression is True for any child of the current node.
Syntax
HasChildWith(Expression:Boolean):Boolean
Example
HasChildWith(GreaterThan(ID(),200))
If the current node has any children with an ID greater than 200, then return value is True.