Search Results for

    Show / Hide Table of Contents
    View Source

    Class AssignedExternalMemberRolesNotification

    Notification that is published after roles have been assigned to external members.

    Inheritance
    object
    ExternalMemberRolesNotification
    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 Source

    AssignedExternalMemberRolesNotification(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX