Tree.moveNodeLeft (Method)
Moves the specified node (and its children) to be a sibling of its current parent.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | TreeID | Required | The unique ID of the tree. |
nodeID | TreeNodeID | Required | The unique ID of the tree node to move. |
Context:
License Requirements | (none) |
Permission Requirements | treeNav:Edit |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
403 | |
87504 | The specified node is not valid for the specified tree. |
87514 | The specified node cannot be moved further left as it is already at the root of tree. |
Notes:
None