Table of Contents

Class ProductWorkflowStateChangedSubscriber

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

The class ProductWorkflowStateChangedSubscriber represents product workflow state changed event subscriber.

[Subscribe("DWN_ECOM_PRODUCT_WORKFLOW_STATE_CHANGED")]
public class ProductWorkflowStateChangedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
ProductWorkflowStateChangedSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Notifies when the notification in triggered.

public override void OnNotify(string notification, NotificationArgs arguments)

Parameters

notification string

The notification.

arguments NotificationArgs

The arguments

To top