.

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


ClearCollection method
Example

Clears (invalidates) a note collection build.

Defined in

NotesNoteCollection

Syntax

Call notesNoteCollection.ClearCollection

Usage

Clearing renders a built note collection unusable. The collection must be built again.

Clearing a note collection does not change SelectionFormula, SinceTime, and the Select properties. Use SelectAllNotes to reinitialize the Select properties. Reinitialize SelectionFormula and SinceTime individually.

Language cross-reference

clearCollection method in Java NoteCollection class

Example
See Also