LOTUSSCRIPT/COM/OLE CLASSES


RemoveAll method
Example

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


Language cross-reference

removeAll method in Java DocumentCollection class

Example
See Also