SaaS CMS has officially launched! Learn more now.

Class NotificationFormat

Specifies the format for a NotificationMessage This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

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: 8.11.0
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