LOTUSSCRIPT/COM/OLE CLASSES


DesignImportOption property
Example

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


Usage

For purposes of replacement, two design elements match if:


Language cross-reference

DesignImportOption property in Java DXLImporter class

Example
See Also