JAVA/CORBA CLASSES


setNoteLink method
Specifies a resource link for an outline entry.

Defined in

OutlineEntry

Syntax

public boolean setNoteLink(Database db)
    throws NotesException

public boolean setNoteLink(Document doc)
    throws NotesException

public boolean setNoteLink(View view)
    throws NotesException

Parameters

Database db


Document doc
View view
Return value

boolean


Usage

This method sets the outline entry type to OUTLINE_TYPE_NOTELINK and the entry class to OUTLINE_CLASS_DATABASE, OUTLINE_CLASS_DOCUMENT, or OUTLINE_CLASS_VIEW depending on the particular method.

Language cross-reference

SetNoteLink method in LotusScript NotesOutlineEntry class

See Also