TreeProviderMoveNodeUp Method (Int32) |
Moves specified node up in the order sequence (up = smaller NodeOrder = closer to beginning in the navigation).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public virtual TreeNode MoveNodeUp(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Node ID
Return Value
Type:
TreeNodeSee Also