Skip to main content
A newer version of this page is available. .

TreeList.CopyNode Method

Name Parameters Description
CopyNode(TreeListNode, TreeListNode, Boolean, Boolean, Int32) sourceNode, destinationNode, cloneChildren, modifySource, position Copies the specified node to the specified node’s child collection.
CopyNode(TreeListNode, TreeListNode, Boolean, Boolean) sourceNode, destinationNode, cloneChildren, modifySource Copies the specified node to the specified node’s child collection.
CopyNode(TreeListNode, TreeListNode, Boolean) sourceNode, destinationNode, cloneChildren Copies the specified node to the specified node’s child collection.