Defined in
DxlImporter
Data type
int
Syntax
public int getUnknownTokenLogOption() throws NotesException
public void setUnknownTokenLogOption(int option) throws NotesException
Legal values
(Default) Aborts the import and reports the error to the log.
Reports the error to the log.
Displays a warning that an error has been encountered.
Does not abort the import, but ignores the error messages. Use this option if validation is on.
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