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