JAVA/CORBA CLASSES


remove method
Example

Permanently removes a document from a database.

Defined in

Document

Syntax

public boolean remove(boolean force)
   throws NotesException

Parameters

boolean force


Return value
Usage

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