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. This method does not update the data source and is intended for use in unbound mode.
CopyNode(TreeListNode, TreeListNode, Boolean, Boolean) sourceNode, destinationNode, cloneChildren, modifySource 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.
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.