Class Notifications
- Namespace
- Dynamicweb.Security.UserManagement.Notifications
- Assembly
- Dynamicweb.Core.dll
Represents a set of notifications available in User Management module.
public class Notifications
- Inheritance
-
Notifications
- Inherited Members
Fields
OnBeforeListUsers
Fires when users search.
public const string OnBeforeListUsers = "DWN_UM_USER_ONBEFORE_LIST_USERS"
Field Value
OnDownloadFile
Fires when users download.
public const string OnDownloadFile = "DWN_UM_ON_DOWNLOAD_FILE"
Field Value
UserAddressOnAfterDelete
Fires after the user address has been deleted.
public const string UserAddressOnAfterDelete = "DWN_UM_USERADDRESS_ONAFTER_DELETE"
Field Value
UserAddressOnAfterSave
Fires after the user address has been saved.
public const string UserAddressOnAfterSave = "DWN_UM_USERADDRESS_ONAFTER_SAVE"
Field Value
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
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
UserDeleted
Fires when the user has been deleted.
public const string UserDeleted = "DWN_UM_USER_DELETED"
Field Value
UserGroupDeleted
Fires when the group has been deleted.
public const string UserGroupDeleted = "DWN_UM_USERGROUP_DELETED"
Field Value
UserGroupOnBeforeSave
Fires just before the group is saved. The group object can be modified before the actual saving is done.
public const string UserGroupOnBeforeSave = "DWN_UM_USERGROUP_ONBEFORE_SAVE"
Field Value
UserGroupSaved
Fires when the group has been saved.
public const string UserGroupSaved = "DWN_UM_USERGROUP_SAVED"
Field Value
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
UserSaved
Fires when the user has been saved.
public const string UserSaved = "DWN_UM_USER_SAVED"
Field Value
UserValidated
Fires when the user has been validated.
public const string UserValidated = "DWN_UM_USER_VALIDATED"