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
notificationstringThe notification that was fired. This value is in lowercase.
argsNotificationArgsThe arguments related to the fired notification.