LOTUSSCRIPT/COM/OLE CLASSES


Import method
Example

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

input
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

Example
See Also