Enum NotificationState
Contains an enumerated list of notification states.
Namespace: Vasont.Publisher.Models.Notifications
Assembly: Vasont.Publisher.Models.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum NotificationState
Fields
| Name | Description |
|---|---|
| Archived | The notification is archived. |
| Read | The notification is read. |
| Unread | The notification is unread. |