Log In

ParseProductProperties

Description

Parses a product properties XML fragment and populates a IQlmProductProperties object with the results.

IQlmProductProperties ParseProductProperties(string productPropertiesXml, 
                                             out string errorMessage)

Arguments

NameData TypeDescription
productPropertiesXmlstringXML fragment of product properties
errorMessagestringan error message if the operation fails.

Return

Data TypeDescription
IQlmProductPropertiesobject populated with the data read from the XML fragment.