LOTUSSCRIPT/COM/OLE CLASSES
Removes all documents in the collection from the specified folder.
Defined in
NotesDocumentCollection
Syntax
Call notesDocumentCollection.RemoveAllFromFolder( folderName$ )
Parameters
folderName$
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 DocumentCollection class
Example See Also