JAVA/CORBA CLASSES


copyAllItems method
Example

Copies all items in the current document into the destination document. The item names are unchanged.

Defined in

Document

Syntax

public void copyAllItems(Document doc, boolean replace)
   throws NotesException

Parameters

Document


boolean replace
Usage

If you are not copying to a newly created document, you should probably specify true for the second parameter. See appendItemValue for a note about appending items to existing documents.

Language cross-reference

CopyAllItems method in LotusScript NotesDocument class

Example
See Also