Click or drag to resize
MacroRuleTreeRemoveNode Method (Int32, Boolean)
Adds given group as a new child.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public void RemoveNode(
	int position,
	bool removeParent
)

Parameters

position
Type: SystemInt32
Relative position within the children collection
removeParent
Type: SystemBoolean
If true, parent group will be removed if we removed last item within the group
See Also