ExpressionEvaluatorHasNumberOfChildren Method |
Returns true if the current expression node has exactly specified number of children.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected bool HasNumberOfChildren(
int number
)
Parameters
- number
- Type: SystemInt32
Number of children
Return Value
Type:
BooleanSee Also