Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberDeletedNotification

    Notification that is published after a member has been deleted.

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

    This notification is published by the IMemberService when Delete or DeleteMembersOfType methods complete. It is not cancelable since the delete operation has already completed.

    Constructors

    View Source

    MemberDeletedNotification(IMember, EventMessages)

    Initializes a new instance of the MemberDeletedNotification class with a single member.

    Declaration
    public MemberDeletedNotification(IMember target, EventMessages messages)
    Parameters
    Type Name Description
    IMember target

    The member that was deleted.

    EventMessages messages

    The event messages collection.

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