Click or drag to resize

IntegrationCustomerCenterOnAfterGenerateItemDetailsXmlArgs Class

Arguments class for the OnAfterGenerateItemDetailsXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsIntegrationCustomerCenterOnAfterGenerateItemDetailsXmlArgs

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class OnAfterGenerateItemDetailsXmlArgs : NotificationArgs

The IntegrationCustomerCenterOnAfterGenerateItemDetailsXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodIntegrationCustomerCenterOnAfterGenerateItemDetailsXmlArgs
Initializes a new instance of the IntegrationCustomerCenterOnAfterGenerateItemDetailsXmlArgs class.
Top
Fields
  NameDescription
Public fieldDocument
Gets the XML document that has been created. You can manipulate this document to alter the XML being sent to the ERP..
Public fieldItemDetailsXmlGeneratorSettings
Gets the generator settings.
Top
See Also