Class NotificationMessageType
Defines what type of content the notification contains
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class NotificationMessageType : Enum
Fields
ImportantMessage
1: A message with high priority
Declaration
public const NotificationMessageType ImportantMessage
Field Value
Type | Description |
---|---|
NotificationMessageType |
Message
0: A plain message
Declaration
public const NotificationMessageType Message
Field Value
Type | Description |
---|---|
NotificationMessageType |
RemoteAction
2: Trigger an action
Declaration
public const NotificationMessageType RemoteAction
Field Value
Type | Description |
---|---|
NotificationMessageType |
ShowWebPage
4: Show a web page
Declaration
public const NotificationMessageType ShowWebPage
Field Value
Type | Description |
---|---|
NotificationMessageType |
value__
Defines what type of content the notification contains
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
YesNoQuestion
3: Ask user a yes or no question
Declaration
public const NotificationMessageType YesNoQuestion
Field Value
Type | Description |
---|---|
NotificationMessageType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)