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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public void RemoveNode(
	int position
)

Parameters

position
Type: SystemInt32
Relative position within the children collection
See Also