LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates the handling of the incoming design elements: create, ignore, or replace.
Defined in
NotesDXLImporter
Data type
Constant of type Integer
Syntax
To get: option% = notesDXLImporter.DesignImportOption
To set: notesDXLImporter.DesignImportOption = option%
Legal values
(Default) Ignores design elements in the incoming DXL and leaves the design elements in the output database intact.
Creates new design elements from the incoming DXL, leaving existing design elements in the output database intact.
Replaces design elements in the output database with design elements in the incoming DXL that match. Leaves non-matching design elements in the output database.
Replaces design elements in the output database with design elements in the incoming DXL that match. Adds any new design elements from the incoming DXL.
For purposes of replacement, two design elements match if:
Language cross-reference
DesignImportOption property in Java DXLImporter class
Example See Also