Search Results for

    Show / Hide Table of Contents
    View Source

    Class RemovedMemberRolesNotification

    Notification that is published after roles have been removed from members.

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

    This notification is published by the IMemberService when DissociateRoles method completes.

    Constructors

    View Source

    RemovedMemberRolesNotification(int[], string[])

    Initializes a new instance of the RemovedMemberRolesNotification class.

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

    The IDs of the members the roles are being removed from.

    string[] roles

    The names of the roles being removed.

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