JAVA/CORBA CLASSES


removeItem method
Example

Removes an item from a document.

Defined in

Document

Syntax

public void removeItem(String name)
   throws NotesException

Parameters

String name


Usage

You can achieve the same result with remove in Item.

To keep the changes to the document, you must call save after removing the item.

Language cross-reference

RemoveItem method in LotusScript NotesDocument class

@DeleteDocument function in formula language

@Unavailable function in formula language

Example
See Also