Description Changes the primary parent of a Current to another one of its parents.
-
Return Type
-
A McDBNode object. McDBNode of new primary parent when successful, Nothing on failure
-
Syntax
-
object.ReParent ([pnodeNewPrimaryParent], [bAliasOldParent])
The ReParent Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataNodes. | | pnodeNewPrimaryParent | Optional. A McDBNode object. | | bAliasOldParent | Optional. A Boolean value. | Remarks pnodeNewPrimaryParent's shortcut node is transferred to the Children old primary parent (with a rename)
|