LOTUSSCRIPT/COM/OLE CLASSES
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
Ignores documents in the incoming DXL and leaves the documents in the output database intact.
(Default) Creates new documents from the incoming DXL, leaving existing documents in the output database intact.
Replaces documents in the output database with documents in the incoming DXL that match. Leaves non-matching documents in the output database.
Replaces documents in the output database with documents in the incoming DXL that match. Adds any new documents from the incoming DXL.
Replaces document items in the output database with document items in the incoming DXL that match. Leaves non-matching documents and document items in the output database.
Replaces document items in the output database with document items in the incoming DXL that match. Adds new documents and document items from the incoming DXL.
For purposes of replacement, two documents match if:
DocumentImportOption property in Java DXLImporter class
Example See Also