Click or drag to resize

ProductInfoOnBeforeGenerateProductInfoXmlArgs Constructor

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public OnBeforeGenerateProductInfoXmlArgs(
	Dictionary<Product, double> products,
	ProductInfoXmlGeneratorSettings settings
)

Parameters

products
Type: System.Collections.GenericDictionaryProduct, Double
The products for which the XML is generated.
settings
Type: Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsProductInfoXmlGeneratorSettings
An instance of ProductInfoXmlGeneratorSettings that determines how the XML is generated.
See Also