JAVA/CORBA CLASSES
Removes a document from a folder.
Defined in
Document
Syntax
public void removeFromFolder(String name) throws NotesException
Parameters
String name
"Vehicles\\Bikes"
The method does nothing if the document is not in the folder you specify, or if the folder you specify does not exist.
Language cross-reference
RemoveFromFolder method in LotusScript NotesDocument class
@AddToFolder function in formula language
RemoveFromFolder @command in formula language
Example