Table of Contents

Class UserIndexUserSavedSubscriber

Namespace
Dynamicweb.Security.UserManagement.Indexing
Assembly
Dynamicweb.Core.dll

Notification subscriber to autoupdate the user index

[Subscribe("DWN_UM_USER_SAVED")]
[Subscribe("DWN_UM_USER_DELETED")]
[Subscribe("DWN_UM_USERGROUP_SAVED")]
[Subscribe("DWN_UM_USERGROUP_DELETED")]
[Subscribe("DWN_UM_USERADDRESS_ONAFTER_SAVE")]
[Subscribe("DWN_UM_USERADDRESS_ONAFTER_DELETE")]
public sealed class UserIndexUserSavedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
UserIndexUserSavedSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

This method called after user, user address and group save event fires

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

notification

args NotificationArgs

args

To top