getNext (NotesOutline - JavaScript™)
Gets the entry immediately following a specified entry of an outline.
Defined in
NotesOutlineSyntax
getNext(entry:NotesOutlineEntry)
: NotesOutlineEntry
Parameter | Description |
---|---|
OutlineEntry entry |
An entry in the outline. |
Return value | Description |
---|---|
OutlineEntry |
The entry following the one specified as the parameter, or null if there is no next entry. |