Inserts a new linked document.
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
- parent
- Type: CMS.DocumentEngine TreeNode
Parent node
- tree (Optional)
- Type: CMS.DocumentEngine TreeProvider
TreeProvider to use
- includeChildNodes (Optional)
- Type: System Boolean
Link also the node child nodes.
- copyPermissions (Optional)
- Type: System Boolean
Indicates if the document permissions should be copied.
- newDocumentsOwner (Optional)
- Type: System Int32
ID of the new document owner
- newDocumentsGroup (Optional)
- Type: System Int32
ID of the new document group
See Also