LOTUSSCRIPT/COM/OLE CLASSES


SetNamedElement method
Example

Specifies a named element for an outline entry.

Note This method is treated as a Sub in COM.

Defined in

NotesOutlineEntry

Syntax

flag = notesOutlineEntry.SetNamedElement( notesDatabase, elementName$, entryclass& )

Parameters

notesDatabase


elementName$
entryclass&
Return value
Usage

This method sets the outline entry Type property to OUTLINE_TYPE_NAMEDELEMENT and the EntryClass property depending on the named element. See the EntryClass property.

Language cross-reference

setNamedElement in Java OutlineEntry class

Example
See Also