Class RemovedMemberRolesNotification
Notification that is published after roles have been removed from members.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RemovedMemberRolesNotification : MemberRolesNotification, INotification
Remarks
This notification is published by the IMemberService when DissociateRoles method completes.
Constructors
View SourceRemovedMemberRolesNotification(int[], string[])
Initializes a new instance of the RemovedMemberRolesNotification class.
Declaration
public RemovedMemberRolesNotification(int[] memberIds, string[] roles)
Parameters
| Type | Name | Description |
|---|---|---|
| int[] | memberIds | The IDs of the members the roles are being removed from. |
| string[] | roles | The names of the roles being removed. |