.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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:


Caution If multiple elements share a name or alias, Replace_Else_Create and Replace_Else_Ignore will have unpredictable results. If there is at most one matching design element in the output database, whichever incoming element is the last one processed will replace all previously processed matching elements. If there are multiple matching design elements in the output database, there is no way to predict which one will be replaced. These options should only be used when there is at most one element with the same name or alias.

Language cross-reference

DesignImportOption property in Java DXLImporter class

Example
See Also