JAVA/CORBA CLASSES


getDocumentByURL method
Example

Instantiates a document in the database on which it is called and returns a Document object for it. This method is typically used for either the Server Web Navigator or Personal Web Navigator database, but can be called on any Database object.

Defined in

Database

Syntax

public Document getDocumentByURL(String url, boolean reload)
   throws NotesException

public Document getDocumentByURL(String url, boolean reload, boolean relifmod, boolean urllist, String charset, String webuser, String webpasswd, String proxyuser, String proxypasswd, boolean returnimmediately)
   throws NotesException

Parameters

String url


boolean reload
boolean relifmod
boolean urllist
String charset
String webuser
String webpasswd
String proxyuser
String proxypasswd
boolean returnimmediately
Return value

Document


Language cross-reference

GetDocumentByURL method in LotusScript NotesDatabase class

@URLOpen function in formula language

Example