JAVA/CORBA CLASSES
Removes the documents associated with the entries in a view entry collection from a specified folder.
Defined in
ViewEntryCollection
Syntax
public void removeAllFromFolder(String folderName) throws NotesException
Parameters
String folderName
vec.removeAllFromFolder("Vehicles\\Bikes");
This 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 LotusScript NotesViewEntryCollection class
Example See Also