Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberDeletingNotification

    A notification that is used to trigger the IMemberService when the Delete and DeleteMembersOfType methods are called in the API.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IMember>>
    CancelableObjectNotification<IEnumerable<IMember>>
    CancelableEnumerableObjectNotification<IMember>
    DeletingNotification<IMember>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MemberDeletingNotification : DeletingNotification<IMember>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    MemberDeletingNotification(IEnumerable<IMember>, EventMessages)

    Initializes a new instance of the MemberDeletingNotification.

    Declaration
    public MemberDeletingNotification(IEnumerable<IMember> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IMember> target

    Gets the collection of IMember objects being deleted.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    MemberDeletingNotification(IMember, EventMessages)

    Declaration
    public MemberDeletingNotification(IMember target, EventMessages messages)
    Parameters
    Type Name Description
    IMember target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberDeletingNotification(IEnumerable<IMember>, EventMessages)
      • MemberDeletingNotification(IMember, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX