Overload List
Name | Description | |
---|---|---|
![]() | CopyNode(CopyDocumentSettings) |
Copies node according to given parameters.
|
![]() | CopyNode(TreeNode, Int32) |
Copies given node to the specified location along with its child nodes.
|
![]() | CopyNode(TreeNode, Int32, Boolean) |
Copies the node to the specified location, optionally with its child nodes.
|
![]() | CopyNode(TreeNode, Int32, Boolean, Int32, Int32) |
Copies the node to the specified location, optionally with its child nodes. The copy is assigned to given owner and group.
|
![]() | CopyNode(TreeNode, Int32, Boolean, Int32, Int32, Boolean) |
Copies the node to the specified location, optionally with permissions and child nodes. The copy is assigned to given owner and group.
|
![]() | CopyNode(TreeNode, Int32, Boolean, Int32, Int32, Boolean, String) |
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.
|
See Also