JAVA/CORBA CLASSES
Defined in
DxlImporter
Data type
int
Syntax
public int getInputValidationOption() throws NotesException
public void setInputValidationOption(int option) throws NotesException
Legal values
Do not try to validate.
Validate the input.
(Default) If the DTD is specified, validate the input; otherwise, do not validate.
InputValidationOption property in LotusScript NotesDXLImporter class
See Also