LOTUSSCRIPT/COM/OLE CLASSES
Defined in
NotesDXLImporter
Data type
Constant of type Integer
Syntax
To get: option% = notesDXLImporter.UnknownTokenLogOption
To set: notesDXLImporter .UnknownTokenLogOption = option%
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 Java DXLImporter class
See Also