RemoveAll (NotesViewEntryCollection - LotusScript®)

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

Boolean. If True, a document is removed even if another user modifies the document after it is retrieved. If False, a document is not removed if another document modifies it first.

Usage

Resets current pointer to the beginning of the collection.

Example