Table of Contents

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 string

The notification that was fired. This value is in lowercase.

args NotificationArgs

The arguments related to the fired notification.

See Also

To top