.

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

JAVA/CORBA CLASSES


addEntry method
Example

Adds an entry to an outline.

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

Outline

Syntax

public void addEntry(OutlineEntry entry, OutlineEntry referenceEntry)
    throws NotesException

public void addEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after)
    throws NotesException

public void addEntry(OutlineEntry entry, OutlineEntry referenceEntry, boolean after, boolean asChild)
    throws NotesException

Parameters

OutlineEntry entry


OutlineEntry referenceEntry
boolean after
boolean asChild
Usage

You must save the outline or the effect of this method is lost when the program exits.

Language cross-reference

AddEntry method in LotusScript NotesOutline class

Example
See Also