Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
cmd:s_move [2020/06/07 20:45] – deva | cmd:s_move [2020/06/08 18:29] (current) – deva |
---|
| |
<code> | <code> |
<subscription id> move <node id> <new parent id> <insert before id> | <subscription id> move <node id> <new parent id> <before id> |
</code> | </code> |
* The ''subscription id'' is the id of the node on which the subscription was originally made. | * The ''subscription id'' is the id of the node on which the subscription was originally made. |
* The ''node id'' is the id of the new node. | * The ''node id'' is the id of the new node. |
* The ''new parent id'' is the id of the new parent - may be the same as the current parent. | * The ''new parent id'' is the id of the new parent - may be the same as the current parent. |
* The ''insert before id'' is the id of the item after in the list. A value of -1 means "last". | * The ''before id'' is the id of the item after in the list. A value of -1 means "last". |
| |