Click or drag to resize

ProductInfoOnAfterGenerateProductInfoXmlArgs Constructor

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

Parameters

products
Type: System.Collections.GenericDictionaryProduct, Double
The products for which the XML has been generated.
settings
Type: Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsProductInfoXmlGeneratorSettings
The ProductInfoXmlGeneratorSettings that determines how the XML is generated.
xmlDocument
Type: System.XmlXmlDocument
The XML document that has been created. You can manipulate this document to alter the XML being sent to the ERP.
See Also