Move Method
Description
Moves the current tree mode to be under the specified parent.
Syntax
Visual Basic
Public Sub Move( _
   ByVal Parent As Variant _
) 
Parameters
Parent
Either a SysTreeNode or Subject node. The argument can be  a  SysTreeNode Object,  a SysTreeNode.NodeID, a SubjectNode Object, or a SubjectNode.NodeID .
See Also