Class NotificationFormat
Specifies the format for a NotificationMessage
Inheritance
System.Object
NotificationFormat
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class NotificationFormat : Object
Constructors
NotificationFormat()
Declaration
public NotificationFormat()
Properties
MaxLength
Declaration
public Nullable<int> MaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SupportsHtml
Declaration
public bool SupportsHtml { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |