Class RemovedExternalMemberRolesNotification
Notification that is published after roles have been removed from external members.
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class RemovedExternalMemberRolesNotification : ExternalMemberRolesNotification, INotification
Remarks
This notification is published by the IExternalMemberService when RemoveRoles completes.
Constructors
View SourceRemovedExternalMemberRolesNotification(Guid[], string[])
Initializes a new instance of the RemovedExternalMemberRolesNotification class.
Declaration
public RemovedExternalMemberRolesNotification(Guid[] memberKeys, string[] roles)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid[] | memberKeys | The unique keys of the external members the roles are being removed from. |
| string[] | roles | The names of the roles being removed. |