JAVA/CORBA CLASSES
Adds an entry to a view entry collection.
Defined in
ViewEntryCollection
Syntax
public void addEntry(Object obj) throws NotesException
public void addEntry(Object obj, boolean checkDups) throws NotesException
Parameters
Object obj
The entry or document represented by the parameter must exist. For example, if you create a new Document object, you must save it before calling addEntry.
This method increments the view entry collection count returned by getCount.
Language cross-reference
AddEntry method in LotusScript NotesViewEntryCollection class
Example See Also