LOTUSSCRIPT/COM/OLE CLASSES


GetOutline method
Esempio

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

Nota 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

Esempio