.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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