JAVA/CORBA CLASSES


removeAll method
Example

Permanently removes the documents in a collection from a database.

Defined in

DocumentCollection

Syntax

public void removeAll(boolean force)
   throws NotesException

Parameters

boolean force


Usage

This method moves the current pointer to the first document in the collection.

All documents removed from the database as a result of this operation are also removed from the collection.

Language cross-reference

RemoveAll method in LotusScript NotesDocumentCollection class

Example
See Also