createOutline (Database - Java™)
Creates an outline in the current database.
Defined in
Syntax
public Outline createOutline(String name)
throws NotesException
public Outline createOutline(String name, boolean defaultOutline)
throws NotesException
Parameters
String outline
A name for the outline.
boolean defaultOutline
Optional. Default (false) is to create an empty outline.
Return value
Outline
The new outline.