removeEntry (NotesOutline - JavaScript™)
Deletes an entry and its subentries from an outline.
Defined in
NotesOutlineSyntax
removeEntry(entry:NotesOutlineEntry)
: void
Parameter | Description |
---|---|
OutlineEntry entry |
The entry being removed. Cannot be null. |
Usage
You must save the outline or the effect of this method is lost when the program exits.An attempt to access entries removed with this method throws an exception.