| MacroDesignerTreeMoveGroup Method | 
            Moves the group to given location.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also