importDxl (NotesDxlImporter - JavaScript)

Converts DXL data to Domino® data.

Defined in

NotesDxlImporter

Syntax

importDxl(input:NotesRichTextItem, target:NotesDatabase) : void

importDxl(input:NotesStream, target:NotesDatabase) : void

importDxl(input:string, target:NotesDatabase) : void

Parameter Description
Database target The target database for the DXL.
RichTextItem input The input DXL.
Stream input The input DXL.
String The input DXL.

Usage

Before calling this method, set ACLImportOption, DesignImportOption, and DocumentImportOption.

You cannot explicitly read or write a Stream object associated with a file prior to using it for XML input or output. For example, if you write to a file then use it for XML input, you must close and reopen the Stream object.