Class UserDeleteSubscriber
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
UserDeleteSubscriber class.
[Subscribe("DWN_UM_USER_DELETED")]
public class UserDeleteSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
UserDeleteSubscriber
- Implements
- Inherited Members
Methods
OnNotify(string, NotificationArgs)
Called when the UserDeleted notification fires.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notification
stringThe notification that was fired. This value is in lowercase.
args
NotificationArgsThe arguments related to the fired notification.