Table of Contents

Class EcomAuthenticateRequestNotificationSubscriber

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
Represents the notification subscriber for page load.
[Subscribe("DWN_STANDARD_APPLICATION_AUTHENTICATEREQUEST")]
public class EcomAuthenticateRequestNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomAuthenticateRequestNotificationSubscriber
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