JAVA/CORBA CLASSES
Defined in
DxlImporter
Data type
int
Syntax
public int getDesignImportOption() throws NotesException
public void setDesignImportOption(int option) throws NotesException
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. Adds any new design elements from the incoming DXL.
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.
For purposes of replacement, two design elements match if:
Language cross-reference
DesignImportOption property in LotusScript NotesDXLImporter class
See Also