Click or drag to resize

ProductInfoOnAfterGenerateProductInfoXmlArgs Class

Arguments class for the OnAfterGenerateProductInfoXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsProductInfoOnAfterGenerateProductInfoXmlArgs

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

The ProductInfoOnAfterGenerateProductInfoXmlArgs type exposes the following members.

Constructors
  NameDescription
Public methodProductInfoOnAfterGenerateProductInfoXmlArgs
Initializes a new instance of the ProductInfoOnAfterGenerateProductInfoXmlArgs 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 has been generated.
Public propertyXmlDocument
Gets the XML document that has been created. You can manipulate this document to alter the XML being sent to the ERP.
Top
See Also