JAVA/CORBA CLASSES
Permanently removes a document from a database.
Defined in
Document
Syntax
public boolean remove(boolean force) throws NotesException
Parameters
boolean force
A document that is deleted cannot be used as the basis for navigation in a view or document collection.
You cannot use the remove method on a Document object returned by getDocumentContext.
Language cross-reference
Remove method in LotusScript NotesDocument class
@DeleteDocument function in formula language
Example See Also