removeEntry (Outline - Java™)
Deletes an entry and its subentries from an outline.
Defined in
Syntax
public void removeEntry(OutlineEntry entry)
throws NotesException
Parameters
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.