Click or drag to resize

IntegrationCustomerCenterOnAfterGenerateRetrievePdfXmlArgs Class

Arguments class for the OnAfterGenerateItemDetailsXml subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsIntegrationCustomerCenterOnAfterGenerateRetrievePdfXmlArgs

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

The IntegrationCustomerCenterOnAfterGenerateRetrievePdfXmlArgs type exposes the following members.

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