Table of Contents

Class UserSavedNotificationSubscriber

Namespace
Dynamicweb.Tracking
Assembly
Dynamicweb.dll

User Saved subscriber.

[Subscribe("DWN_UM_USER_SAVED")]
public class UserSavedNotificationSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
UserSavedNotificationSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Track event User.Created

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top