TreeList.CopyNode Method
| Name | Parameters | Description |
|---|---|---|
| CopyNode(TreeListNode, TreeListNode, Boolean, Int32) | sourceNode, destinationNode, cloneChildren, position | Copies the specified node to the specified position in the collection of child nodes of another node. Use this method in unbound mode. |
| CopyNode(TreeListNode, TreeListNode, Boolean) | sourceNode, destinationNode, cloneChildren | Copies the specified node to the specified node’s child collection. This method does not update the data source and is intended for use in unbound mode. |