Table of Contents

Class BeforeLoginSubscriber

Namespace
Dynamicweb.Ecommerce.Cart.Notifications
Assembly
Dynamicweb.Ecommerce.dll
BeforeLoginSubscriber class.
[Subscribe("DWN_STANDARD_USER_OnBeforeExtranetLogin")]
public class BeforeLoginSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
BeforeLoginSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Called when [notify].
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The arguments.
See Also

See Also

To top