Table of Contents

Class FlowRecipientUserDeletedSubscriber

Namespace
Dynamicweb.EmailMarketing.Flows
Assembly
Dynamicweb.EmailMarketing.dll
[Subscribe("DWN_UM_USER_DELETED")]
public class FlowRecipientUserDeletedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
FlowRecipientUserDeletedSubscriber
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