.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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