.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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