Click or drag to resize

IntegrationCustomerCenterOnBeforeGenerateItemListXmlArgs Class

Arguments class for the OnBeforeGenerateItemListXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsIntegrationCustomerCenterOnBeforeGenerateItemListXmlArgs

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

The IntegrationCustomerCenterOnBeforeGenerateItemListXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodIntegrationCustomerCenterOnBeforeGenerateItemListXmlArgs
Initializes a new instance of the IntegrationCustomerCenterOnBeforeGenerateItemListXmlArgs class.
Top
Fields
  NameDescription
Public fieldItemListXmlGeneratorSettings
Gets the ItemListXmlGeneratorSettings that determines how the XML is generated
Top
See Also