JAVA/CORBA CLASSES


setNamedElement method
Example

Specifies a named element for an outline entry.

Defined in

OutlineEntry

Syntax

public boolean setNamedElement(Database db, String elementName, int entryClass)
    throws NotesException

Parameters

Database db


String elementName
int entryClass
Return value

boolean


Usage

This method sets the outline entry type to OUTLINE_TYPE_NAMEDELEMENT and the entry class as specified.

Language cross-reference

SetNamedElement method in LotusScript NotesOutlineEntry class

Example
See Also