LOTUSSCRIPT/COM/OLE CLASSES
Adds an entry to a view entry collection.
Defined in
NotesViewEntryCollection
Syntax
CALL notesViewEntryCollection.AddEntry(addentry [, checkDups ])
Parameters
addentry
Note This parameter is for COM only. It is not currently used.
For sorted collections, the entry is appended. For unsorted collections, the entry is inserted using an internal algorithm.
Sorted collections include all ViewEntryCollections and DocumentCollections created from FTSearch (including DocumentCollections modified by calling the FTSearch method on the collection). All other DocumentCollections are unsorted.
Language cross-reference
addEntry method in Java ViewEntryCollection class
Example See Also