Table of Contents

Class EcomOrderBeforeSendingOrderFlowEmailObserver

Namespace
Dynamicweb.Ecommerce.Examples.Notifications
Assembly
Dynamicweb.Ecommerce.Examples.dll
[Subscribe("DWN_ECOM_ORDER_BEFORE_SENDING_ORDER_FLOW_EMAIL")]
public class EcomOrderBeforeSendingOrderFlowEmailObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomOrderBeforeSendingOrderFlowEmailObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The args.
To top