LOTUSSCRIPT/COM/OLE CLASSES
Represents the conversion of DXL (Domino XML) to Domino data.
Note This class is new with Release 6.
Base class
Inherits from: NotesXMLProcessor
Containment
Contained by: NotesSession
Properties
ACLImportOption
CompileLotusScript
CreateFTIndex
DesignImportOption
DocumentImportOption
ExitOnFirstFatalError
ImportedNoteCount
InputValidationOption
Log
LogComment
ReplaceDbProperties
ReplicaRequiredForReplaceOrUpdate
UnknownTokenLogOption
Methods
GetFirstImportedNoteID
GetNextImportedNoteID
Import
Process
SetInput
SetOutput
Creation and access
Use CreateDXLImporter in NotesSession to create a NotesDXLImporter object. If you do not specify the input parameter, use SetInput 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
Example See Also