ParseProductProperties
Description
Parses a product properties XML fragment and populates a IQlmProductProperties object with the results.
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 |
---|---|
object populated with the data read from the XML fragment. |
Last updated