Click or drag to resize
TreeProviderMoveNodeDown Method (TreeNode)
Moves specified node down in the order sequence (down = larger NodeOrder = further in the navigation).

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node
See Also