Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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