.

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

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