Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroSavedNotification

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

    Constructors

    View Source

    MacroSavedNotification(IEnumerable<IMacro>, EventMessages)

    Declaration
    public MacroSavedNotification(IEnumerable<IMacro> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IMacro> target
    EventMessages messages
    View Source

    MacroSavedNotification(IMacro, EventMessages)

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