RemoveAllFromFolder (NotesViewEntryCollection - LotusScript®)

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$

String. The name of the folder from which to remove the documents. The folder may be personal if the script is running on a workstation. If the folder is within another folder, specify a path to it separating folder names with backward slashes, for example, "Vehicles\Bikes".

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.

Example