Enum UserNotificationFormattingMode
The mode for user notification formatting
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 10.10.4Syntax
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. |