Click or drag to resize

OrderOnAfterGenerateOrderXmlArgs Constructor

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public OnAfterGenerateOrderXmlArgs(
	Order order,
	OrderXmlGeneratorSettings settings,
	XmlDocument xmlDocument
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
The order for which the XML has been generated.
settings
Type: Dynamicweb.Ecommerce.LiveIntegration.XmlGeneratorsOrderXmlGeneratorSettings
The settings used for generating the XML.
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