Class InternalNotificationMessage
Inheritance
System.Object
InternalNotificationMessage
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class InternalNotificationMessage : Object
Constructors
InternalNotificationMessage()
Declaration
public InternalNotificationMessage()
Properties
Category
Declaration
public Uri Category { get; set; }
Property Value
Type |
Description |
System.Uri |
|
ChannelName
Declaration
public string ChannelName { get; set; }
Property Value
Type |
Description |
System.String |
|
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Read
Declaration
public Nullable<DateTime> Read { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Recipient
Declaration
public string Recipient { get; set; }
Property Value
Type |
Description |
System.String |
|
Saved
Declaration
public DateTime Saved { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SendAt
Declaration
public Nullable<DateTime> SendAt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Sender
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
Sent
Declaration
public Nullable<DateTime> Sent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeName
Declaration
public string TypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods