LOTUSSCRIPT/COM/OLE CLASSES


SetURL method
Specifies a URL as the resource link for an outline entry.

Note This method is treated as a Sub in COM.

Defined in

NotesOutlineEntry

Syntax

flag = notesOutlineEntry.SetURL( url$ )

Parameters

url$


Return value
Usage

This method sets the outline entry Type property to OUTLINE_TYPE_URL.

Language cross-reference

setURL in Java OutlineEntry class

See Also