RemoveAllFromFolder (NotesDocumentCollection - LotusScript®)

Removes all documents in the collection from the specified folder.

Defined in

NotesDocumentCollection

Syntax

C all notesDocumentCollection .RemoveAllFromFolder( folderName$ )

Parameters

folderName$

String. The name of the folder from which to remove the document. 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