Populates collection from an XML string.

NOTE: Warnings reference items using a 1-based index, e.g., if the warning refers to item 1, this is actually item 0 from a business layer point-of-view.

Syntax

finQueueItems.FromXmlString(xml, [ignoreForeignPks], [warnings])

Parameters

NameTypeOptionalByRefDescription
xml String The XML string.
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finQueueItems
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0