Click or drag to resize
TreeProviderMoveNode Method (TreeNode, Int32, Boolean)

Note: This API is now obsolete.

Moves the node to the specified location.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use overload method to pass parent document instance instead of the ID.")]
public virtual void MoveNode(
	TreeNode node,
	int targetParentNodeId,
	bool keepPermissions = false
)

Parameters

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