Populates collection from an XML string.

Syntax

ISParameterDefs.FromXmlString(xml, [append], [merge])

Parameters

NameTypeOptionalByRefDescription
xml String The XML string.
append Boolean Optional Indicates whether to retain existing Parameters and Append the contents of the XML. If omitted, a value of False is assumed.
merge Boolean Optional Indicates whether to retain existing Parameters and Merge the contents of the XML. Ignored if append is True. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISParameterDefs
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0