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
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
GroupSaved
Fires when the group has been saved.
public const string GroupSaved = "DWN_UM_GROUP_SAVED"
Field Value
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
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"