getURL (NotesDatabase - JavaScript™)

Returns the Domino® URL of the parent object.

Defined in

NotesDatabase

Syntax

getURL() : string
Return value Description
String The Domino URL for the parent object.

Examples

This computed field displays the URL to open the current database.
return "The URL to open this database is " + database.getURL()

Language cross-reference

getURL method in Java Database class