LOTUSSCRIPT/COM/OLE CLASSES


DocumentImportOption property
Example

Read-write. Indicates the handling of incoming documents: create, ignore, replace, or update.

Defined in

NotesDXLImporter

Data type

Constant of type Integer

Syntax

To get: option% = notesDXLImporter.DocumentImportOption

To set: notesDXLImporter.DocumentImportOption = option%

Legal values


Usage

For purposes of replacement, two documents match if:


Language cross-reference

DocumentImportOption property in Java DXLImporter class

Example
See Also