This member is for System Use Only and should NOT be used.
Populates collection from an XML string.

Syntax

finAccountTypePromotions.FromXmlString(xml, [ignoreForeignPks], [warnings], [clearExisting])

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 If omitted, a value of Nothing is assumed.
clearExisting Boolean Optional If True all existing Promotions are cleared. Note, this means if the Promotion is used by an Account, Account Application etc, the Save will fail. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

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