.

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


AddEntry method
Example

Adds a new entry to the outline.

Note This method is not supported in COM.

Note This method is obsolete as of Release 5.0.2, but is supported for backward compatibility. Use CreateEntry to add a new entry to an outline.

Defined in

NotesOutline

Syntax

Call notesOutline.AddEntry( newEntry [, refEntry ] [, moveAfter ] [, AsChild ] )

Parameters

newEntry


refEntry
moveAfter
AsChild
Usage

You must call the Save method to save the change to the outline.

Language cross-reference

addEntry in Java Outline class

Example
See Also