JAVA/CORBA CLASSES


UnknownTokenLogOption property
Enables you to assign different error messages to different types of errors thrown when unrecognized data is encountered by the importer.

Defined in

DxlImporter

Data type

int

Syntax

public int getUnknownTokenLogOption()
   throws NotesException

public void setUnknownTokenLogOption(int option)
   throws NotesException

Legal values


Usage

Use the InputValidationOption property to turn the validator on or off.

The name of the log is IMPORTER.LOG.

Language cross-reference

UnknownTokenLogOption property in LotusScript NotesDXLImporter class

See Also