remove (Item - Java)

Permanently deletes an item from a document.

Defined in

Item

Syntax

public void remove()
    throws NotesException

Usage

After calling remove, you must call save in Document to save the change.

You can achieve the same result with removeItem in Document.

Example