NotesDXLImporter (LotusScript®)
Represents the conversion of DXL (Domino® XML) to Domino® data.
Base class
Inherits from: NotesXMLProcessor
Containment
Contained by: NotesSession
Properties
ExitOnFirstFatalError
Log
LogComment
Methods
Process
SetInput
SetOutput
Creation and access
Use CreateDXLImporter in NotesSession to create a NotesDXLImporter object. If you do not specify the input parameter, use NotesXMLProcessor to specify the input DXL data. If you do not specify the output parameter, use SetOutput to specify the output Domino® data. You can also use these methods to override the CreateDXLImporter parameters.
Use ACLImportOption, DesignImportOption, and DocumentImportOption to indicate whether you want to create additional elements in the output database from the incoming DXL, ignore incoming elements, replace existing elements, or update existing elements.
Call Process to initiate a conversion.
Call Process or Import (no pipelining) to initiate a conversion. For COM, use Import