JAVA/CORBA CLASSES


copyItemToDocument method
Example

Copies an item to a specified document.

Defined in

Item

Syntax

public Item copyItemToDocument(Document doc)
   throws NotesException

public Item copyItemToDocument(Document doc, String newname)
   throws NotesException

Parameters

Document doc


String newname
Return value

Item


Usage

When you call this method using a RichTextItem object, file attachments, embedded objects, and object links that are contained within the rich-text item are not copied to the destination document.

Language cross-reference

CopyItemToDocument method in LotusScript NotesItem class

Example
See Also