Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroSavingNotification

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

    Constructors

    View Source

    MacroSavingNotification(IEnumerable<IMacro>, EventMessages)

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

    MacroSavingNotification(IMacro, EventMessages)

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