Click or drag to resize
MacroExpressionHasNumberOfChildren Method
Returns true if the current expression node has exactly specified number of children.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected bool HasNumberOfChildren(
	int number
)

Parameters

number
Type: SystemInt32
Number of children

Return Value

Type: Boolean
See Also