Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberSavingNotification

    A notification that is used to trigger the IMemberService when the Saving method is called in the API.

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

    Constructors

    View Source

    MemberSavingNotification(IEnumerable<IMember>, EventMessages)

    Initializes a new instance of the MemberSavingNotification.

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

    Gets the collection of IMember objects being saved.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    MemberSavingNotification(IMember, EventMessages)

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