Differences
This shows you the differences between two versions of the page.
| |
cmd:s_create [2020/06/06 17:28] – created deva | cmd:s_create [2020/06/08 18:29] (current) – deva |
---|
| |
<code> | <code> |
<subscription id> create <node id> <parent id> | <subscription id> create <node id> <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 ''parent id'' is the parent id of the new node. Can be -1 if the new node is the root node of the subscription, ie. the subscription node itself in which case it does not have a parent to be presented. | * The ''parent id'' is the parent id of the new node. Can be -1 if the new node is the root node of the subscription, ie. the subscription node itself in which case it does not have a parent to be presented. |
| * The ''before id'' is the id of the item after in the list. A value of -1 means "last". |
| |