Table of Contents

Class PageViewGlobalTagsSubscriber

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll

Represents the notification subscriber for PageView global tags.

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

Methods

OnNotify(string, NotificationArgs)

Called when notification is broadcast.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The arguments.

To top