NotificationUpdateType Enumeration
|
Represents a type of RavenDB notification update
Namespace:
Ingeniux.CMS.RavenDB.Stats
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public enum NotificationUpdateType
Public Enumeration NotificationUpdateType
public enum class NotificationUpdateType
type NotificationUpdateType
Members
| Member name | Value | Description |
---|
| Dismissed | 0 |
The notification has been dismissed.
|
| Postponed | 1 |
The notification has been postponed.
|
See Also