SetNoteLink (NotesOutlineEntry - LotusScript®)
Specifies a resource link for an outline entry.
Defined in
Syntax
flag = notesOutlineEntry .SetNoteLink( notesDatabase, notesView, notesDocument )
Call notesOutlineEntry .SetNoteLink( Obj )
Parameters
notesDatabase
The database that is the resource link.
notesView
The view that is the resource link.
notesDocument
The document that is the resource link.
Obj
Unknown. The database, view, or document that is the resource link.
Return value
- True indicates that the resource link is set successfully.
- False indicates that the resource link is not set successfully.
Usage
Only one object should be specified: either the notesDatabase, the notesView, or the notesDocument. If you are specifying a notesView as the resource link for an outline entry, the notesDatabase parameter must be passed in as an empty object. If you are specifying a notesDocument, the notesDatabase and notesView parameters must be passed in as empty objects.
This method sets the outline entry Type property to OUTLINE_TYPE_NOTELINK and the EntryClass property to OUTLINE_CLASS_DATABASE, OUTLINE_CLASS_DOCUMENT, or OUTLINE_CLASS_VIEW depending on the type of object passed to the method.