Defined in
DxlImporter
Syntax
public void importDxl(RichTextItem input, Database target) throws NotesException
public void importDxl(Stream input, Database target) throws NotesException
public void importDxl(String input, Database target) throws NotesException
Parameters
Database target
Before calling this method, set ACLImportOption, DesignImportOption, and DocumentImportOption.
Language cross-reference
Export in LotusScript NotesDXLImporter class
Process in LotusScript NotesXMLProcessor class
SetInput in LotusScript NotesXMLProcessor class
SetOutput in LotusScript NotesXMLProcessor class
See Also