RemoveAll (NotesDocumentCollection - LotusScript®)

Deletes all documents in a collection from a database.

Note: If soft deletions are enabled, the documents are available in a soft deletions view until removed from that view. If soft deletions are not enabled, the documents are permanently deleted from the database.

Defined in

NotesDocumentCollection

Syntax

Call notesDocumentCollection .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.

Example