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