Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberRolesNotification

    Abstract base class for notifications related to member role assignments.

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

    This class is used as a base for notifications published when member roles are assigned or removed.

    Constructors

    View Source

    MemberRolesNotification(int[], string[])

    Initializes a new instance of the MemberRolesNotification class.

    Declaration
    protected MemberRolesNotification(int[] memberIds, string[] roles)
    Parameters
    Type Name Description
    int[] memberIds

    The IDs of the members affected by the role change.

    string[] roles

    The names of the roles being assigned or removed.

    Properties

    View Source

    MemberIds

    Gets the IDs of the members affected by the role change.

    Declaration
    public int[] MemberIds { get; }
    Property Value
    Type Description
    int[]
    View Source

    Roles

    Gets the names of the roles being assigned or removed.

    Declaration
    public string[] Roles { get; }
    Property Value
    Type Description
    string[]
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX