Skip to main content

NotesDXLImporter

Properties

NameDescription
ACLImportOptionRead-write. Indicates the handling of the incoming ACL entries: ignore, replace, or update.
CompileLotusScriptRead-write. Specifies whether the Importer should compile any LotusScript® code that occurs within imported notes.
CreateFTIndex (NotesDXLImporter)Read-write. Indicates whether the database receiving the imported notes is full-text indexed.
DesignImportOptionRead-write. Indicates the handling of the incoming design elements: create, ignore, or replace.
DocumentImportOptionRead-write. Indicates the handling of incoming documents: create, ignore, replace, or update.
ImportedNoteCountRead-only. The number of Domino® notes being imported.
InputValidationOption (NotesDXLImporter)Read-write. Indicates that if a DTD is specified in the XML declaration statement, it should be used to validate the input XML.
ReplaceDbPropertiesRead-write. Indicates whether the incoming DXL replaces the database properties.
ReplicaRequiredForReplaceOrUpdateRead-write. Indicates whether the replica ID of the DXL and the target database must match.
UnknownTokenLogOptionEnables you to assign different error messages to different types of errors thrown when unrecognized data is encountered by the importer.

Methods

NameDescription
GetFirstImportedNoteIDGets the first note in the collection.
GetNextImportedNoteIDGiven a note, finds the note immediately following it in a collection.
Import (NotesDXLImporter)Converts DXL data to Domino® data.

Examples

NameDescription
Examples: Import method (NotesDXLImporter)This Visual Basic example imports DXL into a newly created database.