JAVA/CORBA CLASSES
Defined in
DxlImporter
Data type
int
Syntax
public int getDocumentImportOption() throws NotesException
public void setDocumentImportOption(int option) throws NotesException
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. Adds any new documents from the incoming DXL.
Replaces documents in the output database with documents in the incoming DXL that match. Leaves non-matching documents 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.
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.
For purposes of replacement, two documents match if:
DocumentImportOption property in LotusScript NotesDXLImporter class
See Also