.

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


getDocument method
Example

Gets a specified document in a collection.

Defined in

DocumentCollection

Syntax

public Document getDocument(Document doc)
   throws NotesException

Parameters

Document doc


Return value

Document


Usage

This method gets a document in a document collection that is the same as a reference document that does not necessarily come from the collection (for example, a document retrieved from another collection). If the reference document is not in the collection, you get a null return.

This method throws an exception if the document collection is the result of a multi-database full-text search.

Language cross-reference

GetDocument method in LotusScript NotesDocumentCollection class

Example
See Also