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