Click or drag to resize
TreeProviderMoveNodeUp Method (TreeNode)
Moves specified node up in the order sequence (up = smaller NodeOrder = closer to beginning in the navigation).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void MoveNodeUp(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node
See Also