.

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


getDocumentByID method
Example

Finds a document in a database, given the document note ID.

Defined in

Database

Syntax

public Document getDocumentByID(String noteid)
   throws NotesException

Parameters

String noteid


Return value

Document


Usage

For an explanation of note IDs, see the NoteID property in Document.

If you get a note ID from @NoteID, delete the "NT" prefix.

Language cross-reference

GetDocumentByID method in LotusScript NotesDatabase class

Example
See Also