London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum UserNotificationFormattingMode

The mode for user notification formatting

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 10.10.4
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