.

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


DocumentImportOption property
Example

Read-write. Indicates the handling of incoming documents: create, ignore, replace, or update.

Defined in

NotesDXLImporter

Data type

Constant of type Integer

Syntax

To get: option% = notesDXLImporter.DocumentImportOption

To set: notesDXLImporter.DocumentImportOption = option%

Legal values


Usage

For purposes of replacement, two documents match if:


Language cross-reference

DocumentImportOption property in Java DXLImporter class

Example
See Also