MacroRuleTreeMoveNode Method |
Moves the group to given location.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax 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