| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| xml | String | The XML string. | ||
| updateExisting | Boolean | Optional | Indicates whether to Update this object without first clearing it. If omitted, a value of False is assumed. | |
| ignoreForeignPks | Boolean | Optional | Indicates whether to ignore Foreign Pks and use IDs instead. This is useful when importing XML into another database. If omitted, a value of False is assumed. | |
| warnings | finWarnings | Optional | ByRef | A collection of Warnings generated when parsing the XML. If omitted, a value of Nothing is assumed. |
| importOptions | finImportOptionsPortal | Optional | If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.