.

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


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