.

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

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