| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.