LOTUSSCRIPT/COM/OLE CLASSES


RemoveAllFromFolder method
Example

Removes all documents associated with the entries in a view collection from the specified folder.

Defined in

NotesViewEntryCollection

Syntax

Call notesViewEntryCollection.RemoveAllFromFolder( foldername$ )

Parameters

foldername$


Usage

The method does nothing for documents not in the folder you specify. This method does nothing if the folder you specify does not exist.

Language cross-reference

removeAllFromFolder method in Java ViewEntryCollection class

Example