Search Results for

    Show / Hide Table of Contents
    View Source

    Class MessagesExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class MessagesExtensions

    Methods

    View Source

    AddErrorNotification(INotificationModel, String, String)

    Declaration
    public static void AddErrorNotification(this INotificationModel model, string header, string msg)
    Parameters
    Type Name Description
    INotificationModel model
    System.String header
    System.String msg
    View Source

    AddInfoNotification(INotificationModel, String, String)

    Declaration
    public static void AddInfoNotification(this INotificationModel model, string header, string msg)
    Parameters
    Type Name Description
    INotificationModel model
    System.String header
    System.String msg
    View Source

    AddNotification(INotificationModel, String, String, NotificationStyle)

    Declaration
    public static void AddNotification(this INotificationModel model, string header, string msg, NotificationStyle type)
    Parameters
    Type Name Description
    INotificationModel model
    System.String header
    System.String msg
    NotificationStyle type
    View Source

    AddSuccessNotification(INotificationModel, String, String)

    Declaration
    public static void AddSuccessNotification(this INotificationModel model, string header, string msg)
    Parameters
    Type Name Description
    INotificationModel model
    System.String header
    System.String msg
    View Source

    AddWarningNotification(INotificationModel, String, String)

    Declaration
    public static void AddWarningNotification(this INotificationModel model, string header, string msg)
    Parameters
    Type Name Description
    INotificationModel model
    System.String header
    System.String msg
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AddErrorNotification(INotificationModel, String, String)
      • AddInfoNotification(INotificationModel, String, String)
      • AddNotification(INotificationModel, String, String, NotificationStyle)
      • AddSuccessNotification(INotificationModel, String, String)
      • AddWarningNotification(INotificationModel, String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX