Click or drag to resize

IntegrationCustomerCenterOnAfterGenerateItemListXmlArgs Class

Arguments class for the OnAfterGenerateItemListXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsIntegrationCustomerCenterOnAfterGenerateItemListXmlArgs

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

The IntegrationCustomerCenterOnAfterGenerateItemListXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodIntegrationCustomerCenterOnAfterGenerateItemListXmlArgs
Initializes a new instance of the IntegrationCustomerCenterOnAfterGenerateItemListXmlArgs 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 fieldItemListXmlGeneratorSettings
Gets the generator settings.
Top
See Also