SaaS CMS has officially launched! Learn more now.

Enum UserNotificationFormattingMode

The mode for user notification formatting

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum UserNotificationFormattingMode

Fields

Name Description
Automatic

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

None

No formatting is done, raw data is returned

Required

Formatting is done if a formatter can be resolved for that channel. Otherwise it throws an exception.

Extension Methods