Import (NotesDXLImporter - LotusScript)

Converts DXL data to Domino® data.

Note: This method is new with Release 6.5.

Defined in

NotesDXLImporter

Syntax

Call = notesDXLImporter .Import( input , importdb )

Parameters

input

Variant. The DXL data to be converted. One of the following:

input

Variant. The target database. The following:

Usage

You cannot explicitly read or write a NotesStream 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 NotesStream object.

Language cross-reference

importDxl in Java™ DxlImporter class