TreeProviderMoveNodeDown Method (Int32) |
Moves specified node down in the order sequence (down = larger NodeOrder = further in the navigation).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public virtual TreeNode MoveNodeDown(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Node ID
Return Value
Type:
TreeNodeSee Also