getNextSibling (NotesOutline - JavaScriptâ„¢)
Gets the entry at the same level following a specified entry of an outline.
Defined in
NotesOutlineSyntax
getNextSibling(entry:NotesOutlineEntry) : NotesOutlineEntry| Parameter | Description |
|---|---|
| OutlineEntry entry | An entry in the outline. |
| Return value | Description |
|---|---|
| OutlineEntry | The entry at the same level following the one specified as the parameter, or null if there is no next sibling. |
Language cross-reference
GetNextSibling method in LotusScript® NotesOutline class