LOTUSSCRIPT/COM/OLE CLASSES


CreateOutline method
Example

Creates a new outline within the current database and returns a NotesOutline object that represents the new outline. This method allows you to create a NotesOutline object without using New.

Note This method is new with Release 5.

Defined in

NotesDatabase

Syntax

Set notesOutline = notesDatabase.CreateOutline( outlinename$ [, defaultOutline ] )

Parameters

outlinename$


defaultOutline
Return value

notesOutline


Usage

If an outline already exists, this method returns an outline object that points to the existing outline.

Language cross-reference

createOutline method in Java Database class

Example