Search Results for

    Show / Hide Table of Contents
    View Source

    Interface INotificationModel

    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public interface INotificationModel

    Properties

    View Source

    Notifications

    This is used to add custom localized messages/strings to the response for the app to use for localized UI purposes.

    Declaration
    [DataMember(Name = "notifications")]
    List<BackOfficeNotification>? Notifications { get; }
    Property Value
    Type Description
    System.Nullable<List<BackOfficeNotification>>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Notifications
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX