Class GroupDeleteSubscriber
- Namespace
- Dynamicweb.Modules.UserManagement
- Assembly
- Dynamicweb.dll
UserDeleteSubscriber class.
[Subscribe("DWN_UM_GROUP_DELETED")]
public class GroupDeleteSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
GroupDeleteSubscriber
- Implements
- Inherited Members
Methods
OnNotify(string, NotificationArgs)
Called when the GroupDeleted notification fires.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notification
string- The notification that was fired. This value is in lowercase.
args
NotificationArgs- The arguments related to the fired notification.
- See Also