Copies the node to the specified location.
            
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
 - Type: CMS.DocumentEngine TreeNode
Document node to copy 
- targetParentNodeId
 - Type: 
System Int32
Target location 
- includeChildNodes (Optional)
 - Type: 
System Boolean
Copy also the node child nodes. 
- tree (Optional)
 - Type: CMS.DocumentEngine TreeProvider
TreeProvider to use 
- newDocumentsOwner (Optional)
 - Type: 
System Int32
Owner of the new documents 
- newDocumentsGroup (Optional)
 - Type: 
System Int32
Group of the new documents 
- copyPermissions (Optional)
 - Type: 
System Boolean
Indicates whether the document permissions should be copied. 
- newDocumentName (Optional)
 - Type: 
System String
New document name 
Return Value
Type: TreeNodeSee Also