SaaS CMS has officially launched! Learn more now.

Class UserNotificationFormattingMode

The mode for user notification formatting

Inheritance
System.Object
UserNotificationFormattingMode
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class UserNotificationFormattingMode : Enum

Fields

Automatic

Formatting is done if a formatter can be resolved for that channel. Otherwise it returns the raw data.

Declaration
public const UserNotificationFormattingMode Automatic
Field Value
Type Description
UserNotificationFormattingMode

None

No formatting is done, raw data is returned

Declaration
public const UserNotificationFormattingMode None
Field 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 Required
Field Value
Type Description
UserNotificationFormattingMode

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods