LOTUSSCRIPT/COM/OLE CLASSES


RemoveAll method
Example

Permanently removes all documents associated with the entries in a view collection from a database.

Defined in

NotesViewEntryCollection

Syntax

Call notesViewEntryCollection.RemoveAll( force )

Parameters

force


Usage

Resets current pointer to the beginning of the collection.

Language cross-reference

removeAll method in Java ViewEntryCollection class

Example