A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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