JAVA/CORBA CLASSES


createOutline method
Example

Creates an outline in the current database.

Defined in

Database

Syntax

public Outline createOutline(String name)
   throws NotesException

public Outline createOutline(String name, boolean defaultOutline)
   throws NotesException

Parameters

String outline


boolean defaultOutline
Return value

Outline


Language cross-reference

CreateOutline method in LotusScript NotesDatabase class

Example