HasChildWith

Description

Returns True if the specified expression is True for any child.

Syntax

HasChildWith(Expression1: 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.