JAVA/CORBA CLASSES
Adds an entry to an outline.
Note This method is obsolete as of Release 5.0.2, but is supported for backward compatibility. Use createEntry to add a new entry to an outline.
Defined in
Outline
Syntax
public void addEntry(OutlineEntry entry, OutlineEntry referenceEntry) throws NotesException
public void addEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after) throws NotesException
public void addEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after, boolean asChild) throws NotesException
Parameters
OutlineEntry entry
You must save the outline or the effect of this method is lost when the program exits.
Language cross-reference
AddEntry method in LotusScript NotesOutline class
Example See Also