LOTUSSCRIPT/COM/OLE CLASSES


GetOutline method
Example

Retrieves an existing outline within the current database and returns a NotesOutline object that represents the outline.

Note This method is new with Release 5.

Defined in

NotesDatabase

Syntax

Set notesOutline = notesDatabase.GetOutline( outlinename$ )

Parameters

outlinename$


Return value

notesOutline


Language cross-reference

getOutline method in Java Database class

Example