Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberDeletedNotification

    A notification that is used to trigger the IMemberService when the Delete and DeleteMembersOfType methods are called in the API, after the members have been deleted.

    Inheritance
    System.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

    Constructors

    View Source

    MemberDeletedNotification(IMember, EventMessages)

    Initializes a new instance of the MemberDeletedNotification.

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

    Gets the collection of deleted IMember objects.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX
    OSZAR »