| ProductProviderBaseExtractPrices Method |
Extracts the prices.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public virtual IList<ProductPrice> ExtractPrices(
XmlDocument response
)
Public Overridable Function ExtractPrices (
response As XmlDocument
) As IList(Of ProductPrice)
Parameters
- response
- Type: System.XmlXmlDocument
The response.
Return Value
Type:
IListProductPriceIList<ProductPrice>.
See Also