LOTUSSCRIPT/COM/OLE CLASSES


GetDocumentByID method
Example

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

Defined in

NotesDatabase

Syntax

Set notesDocument = notesDatabase.GetDocumentByID( noteID$ )

Parameters

noteID$


Return value

notesDocument


Usage

For an explanation of NoteIDs, see the NoteID property in NotesDocument.

Language cross-reference

getDocumentByID method in Java Database class

Example
See Also