Description
Parses a product properties XML fragment and populates a IQlmProductProperties object with the results.
IQlmProductProperties ParseProductProperties(string productPropertiesXml,
out string errorMessage)
Arguments
| Name | Data Type | Description |
|---|---|---|
| productPropertiesXml | string | XML fragment of product properties |
| errorMessage | string | an error message if the operation fails. |
Return
| Data Type | Description |
|---|---|
| IQlmProductProperties | object populated with the data read from the XML fragment. |
