TreeProvider CopyNode Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodCopyNode(CopyDocumentSettings)
Copies node according to given parameters.
Public methodCopyNode(TreeNode, TreeNode, Boolean)
Copies the node to the specified location, optionally with permissions and child nodes. The copy is named according to the parameter and assigned to given owner and group.
Public methodCopyNode(TreeNode, Int32, Boolean, Int32, Int32, Boolean, String)Obsolete.
Copies the node to the specified location, optionally with permissions and child nodes. The copy is named according to the parameter and assigned to given owner and group.
Back to Top
See Also