LOTUSSCRIPT/COM/OLE CLASSES


CopyAllItems method
Example

Given a destination document, copies all of the items in the current document into the destination document. The item names are unchanged.

Defined in

NotesDocument

Data Type

Boolean

Syntax

Call notesDocument.CopyAllItems( notesDocument [, replace ] )

Parameters

notesDocument


replace
Language cross-reference

copyAllItems method in Java Document class

Example
See Also