XML import preferences.
XMLImportPreference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| CreateLinkToXML | Boolean | r/w | Whether to create a link to the imported XML file. |
| IgnoreUnmatchedIncoming | Boolean | r/w | Whether elements that do not match existing structure should be ignored. |
| ImportStyle | idXMLImportStyles enumeration | r/w | Whether to append or merge the incoming XML content. |
| ImportToSelected | Boolean | r/w | Whether to import to a selected element (otherwise import at the root). |
| Parent | Object | read | The parent of the object. |
| RemoveUnmatchedExisting | Boolean | r/w | Whether to delete existing structure that is not a part of the incoming XML. |
| RepeatTextElements | Boolean | r/w | Whether repeating text elements should ingherit formatting. |