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

productPropertiesXml

string

XML fragment of product properties

errorMessage

string

an error message if the operation fails.

Return

Data TypeDescription

object populated with the data read from the XML fragment.

Last updated