Class UserNotificationFormattingMode
The mode for user notification formatting
Inheritance
System.Object
    UserNotificationFormattingMode
  Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class UserNotificationFormattingMode : EnumFields
Automatic
Formatting is done if a formatter can be resolved for that channel. Otherwise it returns the raw data.
Declaration
public const UserNotificationFormattingMode AutomaticField Value
| Type | Description | 
|---|---|
| UserNotificationFormattingMode | 
None
No formatting is done, raw data is returned
Declaration
public const UserNotificationFormattingMode NoneField Value
| Type | Description | 
|---|---|
| UserNotificationFormattingMode | 
Required
Formatting is done if a formatter can be resolved for that channel. Otherwise it throws an exception.
Declaration
public const UserNotificationFormattingMode RequiredField Value
| Type | Description | 
|---|---|
| UserNotificationFormattingMode | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
