LOTUSSCRIPT/COM/OLE CLASSES


GetDocument method
Example

Returns the entry in the collection that corresponds to the specified document.

Note This method is new with Release 5.

Defined in

NotesDocumentCollection

Syntax

Set notesDocument = notesDocumentCollection.GetDocument( document )

Parameters

document


Return value

notesDocument


Language cross-reference

getDocument method in Java DocumentCollection class

Example