LOTUSSCRIPT/COM/OLE CLASSES


CreateDXLImporter method
Esempio

Creates a NotesDXLImporter object.

Nota This method is new with Release 6.

Defined in

NotesSession

Syntax

Set notesDXLImporter = notesSession.CreateDXLImporter( [ input ] , [ output ] )

Parameters

input


output
Return value

notesDXLImporter


Usage

See NotesDXLImporter and Pipelining for additional information.

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

createDxlImporter method in Java Session class

Esempio
Vedere anche