Search Results for

    Show / Hide Table of Contents
    View Source

    Class AssignedMemberRolesNotification

    A notification that is used to trigger the IMemberService when the AssignRoles and ReplaceRoles methods are called in the API.

    Inheritance
    object
    MemberRolesNotification
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class AssignedMemberRolesNotification : MemberRolesNotification, INotification

    Constructors

    View Source

    AssignedMemberRolesNotification(int[], string[])

    Initializes a new instance of the AssignedMemberRolesNotification.

    Declaration
    public AssignedMemberRolesNotification(int[] memberIds, string[] roles)
    Parameters
    Type Name Description
    int[] memberIds

    Collection of Ids of the members the roles are being assigned to.

    string[] roles

    Collection of role names being assigned.

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