Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberSavedNotification

    A notification that is used to trigger the IMemberService when the Save method is called in the API and after data has been persisted.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IMember>>
    EnumerableObjectNotification<IMember>
    SavedNotification<IMember>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MemberSavedNotification : SavedNotification<IMember>, IStatefulNotification, INotification

    Constructors

    View Source

    MemberSavedNotification(IEnumerable<IMember>, EventMessages)

    Initializes a new instance of the MemberSavedNotification.

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

    Gets the saved collection of IMember objects.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    MemberSavedNotification(IMember, EventMessages)

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