Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroupDeletedNotification

    Notification published after member groups have been deleted.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IMemberGroup>>
    EnumerableObjectNotification<IMemberGroup>
    DeletedNotification<IMemberGroup>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberGroupDeletedNotification : DeletedNotification<IMemberGroup>, IStatefulNotification, INotification
    Remarks

    This notification is published after member groups have been successfully deleted, allowing handlers to react for auditing or cache invalidation purposes.

    Constructors

    View Source

    MemberGroupDeletedNotification(IMemberGroup, EventMessages)

    Initializes a new instance of the MemberGroupDeletedNotification class.

    Declaration
    public MemberGroupDeletedNotification(IMemberGroup target, EventMessages messages)
    Parameters
    Type Name Description
    IMemberGroup target

    The member group that was deleted.

    EventMessages messages

    The event messages collection.

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