JAVA/CORBA CLASSES
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
Document
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