canmove, Confirmed users
725
edits
Line 15: | Line 15: | ||
Each bookmark item has a parentid and predecessorid to form a structure like a tree of linked-lists to provide a hierarchical ordered list of bookmarks, folders, etc. | Each bookmark item has a parentid and predecessorid to form a structure like a tree of linked-lists to provide a hierarchical ordered list of bookmarks, folders, etc. | ||
==== bookmark ==== | ==== bookmark (engine version 1) ==== | ||
This describes a regular bookmark that users can click to view a page. | This describes a regular bookmark that users can click to view a page. | ||
Line 30: | Line 30: | ||
<b>predecessorid</b> <i>string</i>: GUID of the item before this (empty if it's first) | <b>predecessorid</b> <i>string</i>: GUID of the item before this (empty if it's first) | ||
<b>type</b> <i>string</i>: "bookmark" | <b>type</b> <i>string</i>: "bookmark" | ||
==== bookmark (engine version 2) ==== | |||
Same as engine version 1, but without predecessorid. | |||
==== microsummary ==== | ==== microsummary ==== |