LOTUSSCRIPT/COM/OLE CLASSES


GetDocument method
Esempio

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

Nota 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

Esempio