LOTUSSCRIPT/COM/OLE CLASSES


NotesOutline class
Example

Represents an outline in a database.

Note This class is new with Release 5.

Containment

Contained by: NotesDatabase

Contains: NotesOutlineEntry

Properties

Alias

Comment

Name

ParentDatabase

Methods

AddEntry

CreateEntry

CreateEntryFrom

GetChild

GetFirst

GetLast

GetNext

GetNextSibling

GetParent

GetPrev

GetPrevSibling

MoveEntry

RemoveEntry

Save

Creation and access

An outline resides within a database and is referenced via the programmatic name of the outline. You can create or access an outline through the following NotesDatabase methods:

CreateOutline

GetOutline

Usage

An outline supports a hierarchy of OutlineEntries and the NotesOutline class provides methods for navigation and manipulation of the individual OutlineEntries.

Example
See Also