SaaS CMS has officially launched! Learn more now.

Class NotificationFormat

Specifies the format for a NotificationMessage

Inheritance
System.Object
NotificationFormat
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class NotificationFormat

Constructors

NotificationFormat()

Declaration
public NotificationFormat()

Properties

MaxLength

Declaration
public 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

Extension Methods