.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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