Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "notification", Namespace = "")]
    public class BackOfficeNotification

    Constructors

    View Source

    BackOfficeNotification()

    Declaration
    public BackOfficeNotification()
    View Source

    BackOfficeNotification(String, String, NotificationStyle)

    Declaration
    public BackOfficeNotification(string header, string message, NotificationStyle notificationType)
    Parameters
    Type Name Description
    System.String header
    System.String message
    NotificationStyle notificationType

    Properties

    View Source

    Header

    Declaration
    [DataMember(Name = "header")]
    public string Header { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Message

    Declaration
    [DataMember(Name = "message")]
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NotificationType

    Declaration
    [DataMember(Name = "type")]
    public NotificationStyle NotificationType { get; set; }
    Property Value
    Type Description
    NotificationStyle
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeNotification()
      • BackOfficeNotification(String, String, NotificationStyle)
    • Properties
      • Header
      • Message
      • NotificationType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX