| MacroRuleTreeRemoveNode Method (Int32, Boolean) | 
            Adds given group as a new child.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntaxpublic 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