JAVA/CORBA CLASSES


removeEntry method
Example

Deletes an entry and its subentries from an outline.

Defined in

Outline

Syntax

public void removeEntry(OutlineEntry entry)
    throws NotesException

Parameters

OutlineEntry entry


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.

Language cross-reference

RemoveEntry method in LotusScript NotesOutline class

Example
See Also