Click or drag to resize
TreeProviderMoveNodeUp Method (Int32)
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 TreeNode MoveNodeUp(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID

Return Value

Type: TreeNode
See Also