Click or drag to resize
TreeProviderMoveNode Method (TreeNode, TreeNode, Boolean)
Moves the node to the specified location.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public void MoveNode(
	TreeNode node,
	TreeNode target,
	bool keepPermissions = false
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node to move
target
Type: CMS.DocumentEngineTreeNode
Target parent node
keepPermissions (Optional)
Type: SystemBoolean
Indicates whether permissions should be preserved.
See Also