LOTUSSCRIPT/COM/OLE CLASSES
Saves any changes you have made to the outline.
Defined in
NotesOutline
Syntax
Call notesOutline.Save( )
Usage
You must save the outline before the program exits or the effect of a method that changes the outline is lost. These methods include AddEntry, CreateEntry, MoveEntry, and RemoveEntry.
Language cross-reference
save method in Java Outline class
Example See Also