Click or drag to resize

IntegrationCustomerCenterOnAfterGenerateItemDetailsXmlArgs Constructor

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public OnAfterGenerateItemDetailsXmlArgs(
	ItemDetailsXmlGeneratorSettings settings,
	XmlDocument xmlDocument
)

Parameters

settings
Type: Dynamicweb.Ecommerce.LiveIntegration.XmlGenerators.IntegrationCustomerCenterItemDetailsXmlGeneratorSettings
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