Click or drag to resize

IntegrationCustomerCenterOnAfterGenerateRetrievePdfXmlArgs Constructor

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

Parameters

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