JAVA/CORBA CLASSES
Moves an outline entry and subentries from one location to another.
Defined in
Outline
Syntax
public void moveEntry(OutlineEntry entry, OutlineEntry referenceEntry) throws NotesException
public void moveEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after) throws NotesException
public void moveEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after, boolean asChild) throws NotesException
Parameters
OutlineEntry entry
Usage
You must save the outline or the effect of this method is lost when the program exits.
Moving an entry to the beginning of the outline makes it a top-level (level 0) entry.
Language cross-reference
MoveEntry method in LotusScript NotesOutline class
Example See Also