Table of Contents

Class Notifications

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Security.dll
Represents a set of notifications available in User Management module.
public class Notifications
Inheritance
Notifications
Inherited Members

Fields

GroupDeleted

Fires when the group has been deleted.
public const string GroupDeleted = "DWN_UM_GROUP_DELETED"

Field Value

string

GroupOnBeforeSave

Fires just before the group is saved. The group object can be modified before the actual saving is done.
public const string GroupOnBeforeSave = "DWN_UM_GROUP_ONBEFORE_SAVE"

Field Value

string

GroupSaved

Fires when the group has been saved.
public const string GroupSaved = "DWN_UM_GROUP_SAVED"

Field Value

string

OnBeforeListUsers

Fires when users search.
public const string OnBeforeListUsers = "DWN_UM_USER_ONBEFORE_LIST_USERS"

Field Value

string

OnDownloadFile

Fires when users download.
public const string OnDownloadFile = "DWN_UM_ON_DOWNLOAD_FILE"

Field Value

string

UserAddressOnAfterDelete

Fires after the user address has been deleted.
public const string UserAddressOnAfterDelete = "DWN_UM_USERADDRESS_ONAFTER_DELETE"

Field Value

string

UserAddressOnAfterSave

Fires after the user address has been saved.
public const string UserAddressOnAfterSave = "DWN_UM_USERADDRESS_ONAFTER_SAVE"

Field Value

string

UserAddressOnBeforeDelete

Fires just before the user address is deleted. The user address object can be modified before the actual deleting is done.
public const string UserAddressOnBeforeDelete = "DWN_UM_USERADDRESS_ONBEFORE_DELETE"

Field Value

string

UserAddressOnBeforeSave

Fires just before the user address is saved. The user address object can be modified before the actual saving is done.
public const string UserAddressOnBeforeSave = "DWN_UM_USERADDRESS_ONBEFORE_SAVE"

Field Value

string

UserDeleted

Fires when the user has been deleted.
public const string UserDeleted = "DWN_UM_USER_DELETED"

Field Value

string

UserOnBeforeSave

Fires just before the user is saved. The user object can be modified before the actual saving is done.
public const string UserOnBeforeSave = "DWN_UM_USER_ONBEFORE_SAVE"

Field Value

string

UserSaved

Fires when the user has been saved.
public const string UserSaved = "DWN_UM_USER_SAVED"

Field Value

string

UserValidated

Fires when the user has been validated.
public const string UserValidated = "DWN_UM_USER_VALIDATED"

Field Value

string
To top