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

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void MoveGroup(
	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