JAVA/CORBA CLASSES


copyItem method
Example

Copies an item into the current document and optionally assigns the copied item a new name.

Defined in

Document

Syntax

public Item copyItem(Item item)
   throws NotesException

public Item copyItem(Item item, String newname)
   throws NotesException

Parameters

Item item


String newname
Return value

Item


Language cross-reference

CopyItem method in LotusScript NotesDocument class

Example
See Also