ParseProductProperties
Last updated
Parses a product properties XML fragment and populates a IQlmProductProperties object with the results.
IQlmProductProperties ParseProductProperties(string productPropertiesXml,
out string errorMessage)productPropertiesXml
string
XML fragment of product properties
errorMessage
string
an error message if the operation fails.
object populated with the data read from the XML fragment.
Last updated