Click or drag to resize
MacroRuleTreeMoveNode Method
Moves the group to given location.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public void MoveNode(
	string sourcePath,
	string targetPath,
	int targetPos
)

Parameters

sourcePath
Type: SystemString
Position path of the source
targetPath
Type: SystemString
Position path of the target
targetPos
Type: SystemInt32
Position within the target
See Also