Click or drag to resize

IntegrationCustomerCenterOnBeforeGenerateItemDetailsXmlArgs Class

Arguments class for the OnBeforeGenerateItemDetailsXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsIntegrationCustomerCenterOnBeforeGenerateItemDetailsXmlArgs

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

The IntegrationCustomerCenterOnBeforeGenerateItemDetailsXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodIntegrationCustomerCenterOnBeforeGenerateItemDetailsXmlArgs
Initializes a new instance of the IntegrationCustomerCenterOnBeforeGenerateItemDetailsXmlArgs class.
Top
Fields
  NameDescription
Public fieldItemDetailsXmlGeneratorSettings
Gets the ItemDetailsXmlGeneratorSettings that determines how the XML is generated
Top
See Also