Table of Contents

Class EmailRecipientContextSubscriber

Namespace
Dynamicweb.EmailMarketing
Assembly
Dynamicweb.EmailMarketing.dll

Sets the PageView.Context according to RecipientProvider

[Subscribe("DWN_STANDARD_PAGE_LOADED")]
public class EmailRecipientContextSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EmailRecipientContextSubscriber
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.

See Also

To top