View Source
Class BackOfficeNotification
Inheritance
System.Object
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
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