Table of Contents

Class UserDeleteSubscriber

Namespace
Dynamicweb.Modules.UserManagement
Assembly
Dynamicweb.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 string
The notification that was fired. This value is in lowercase.
args NotificationArgs
The arguments related to the fired notification.
See Also

See Also

To top