JAVA/CORBA CLASSES


deleteEntry method
Example

Deletes an entry from a view entry collection.

Defined in

ViewEntryCollection

Syntax

public void deleteEntry(ViewEntry entry)
   throws NotesException

Parameters

ViewEntry entry


Usage

This method decrements the view entry collection count returned by getCount.

This method throws an exception if the entry is already deleted.

This method throws an exception if the entry is from another collection.

A deleted ViewEntry object is invalid and cannot be used for navigation purposes.

Language cross-reference

DeleteEntry method in LotusScript NotesViewEntryCollection class

Example
See Also