View Source
Class Notification
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "notification", Namespace = "")]
public class Notification
Constructors
View Source
Notification()
Declaration
View Source
Notification(String, String, NotificationStyle)
Declaration
public Notification(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