EnumNotificationType Enumeration
|
The types of server side notififcations
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public enum EnumNotificationType
Public Enumeration EnumNotificationType
public enum class EnumNotificationType
type EnumNotificationType
Members
| Member name | Value | Description |
---|
| Message | 0 |
Notification that is a simple message
|
| CompletedTask | 1 |
Notification when a task completed
|
| Diagnostic | 2 |
Notifcation for diagnostic purpose only
|
See Also