LOTUSSCRIPT/COM/OLE CLASSES
Finds a document in a database, given the document's note ID.
Defined in
NotesDatabase
Syntax
Set notesDocument = notesDatabase.GetDocumentByID( noteID$ )
Parameters
noteID$
notesDocument
For an explanation of NoteIDs, see the NoteID property in NotesDocument.
Language cross-reference
getDocumentByID method in Java Database class
Example See Also