Click or drag to resize

ProductInfoOnBeforeGenerateProductInfoXmlArgs Class

Arguments class for the OnBeforeGenerateProductInfoXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsProductInfoOnBeforeGenerateProductInfoXmlArgs

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

The ProductInfoOnBeforeGenerateProductInfoXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodProductInfoOnBeforeGenerateProductInfoXmlArgs
Initializes a new instance of the ProductInfoOnBeforeGenerateProductInfoXmlArgs class.
Top
Properties
  NameDescription
Public propertyGeneratorSettings
Gets the ProductInfoXmlGeneratorSettings that determines how the XML is generated
Public propertyProducts
Gets the products for which the XML is being generated..
Top
See Also