JAVA/CORBA CLASSES


addDocument method
Example

Adds a document to a collection.

Defined in

DocumentCollection

Syntax

public void addDocument(Document doc)
   throws NotesException

public void addDocument(Document doc, boolean checkDups)
   throws NotesException

Parameters

Document doc


boolean checkDups
Usage

This method throws an exception if:


Language cross-reference

AddDocument method in LotusScript NotesDocumentCollection class

Example
See Also