JAVA/CORBA CLASSES


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

Defined in

DxlImporter

Data type

int

Syntax

public int getDocumentImportOption()
   throws NotesException

public void setDocumentImportOption(int option)
   throws NotesException

Legal values


Usage

For purposes of replacement, two documents match if:


Language cross-reference

DocumentImportOption property in LotusScript NotesDXLImporter class

See Also