Class SystemNotificationTypeIDs
A helper class holding the unique ids for the default system notification types implementing INotificationType
Inheritance
System.Object
    SystemNotificationTypeIDs
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: LemonEdge.API.Notifications
Assembly: API.dll
Syntax
public static class SystemNotificationTypeIDs
  Fields
DEFAULT_SYSTEM_NOTIFICATION_UNIQUE_ID
The UniqueNotificationTypeID for the default system notification that ensures the user is notified from within the application
Declaration
public const string DEFAULT_SYSTEM_NOTIFICATION_UNIQUE_ID = "A756452F-2E7C-4D9F-A92A-AF97AC07B004"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
EMAIL_NOTIFICATION_UNIQUE_ID
The UniqueNotificationTypeID for the default email system notification that ensures the user is notified via their email (NotificationEmailOverride or EmailLogin)
The email notification uses the following system configuration settings: EmailSMTPAddress, EmailSMTPPort, EmailLogin, EmailPassword, EmailSenderAddress, and EmailSenderName
Declaration
public const string EMAIL_NOTIFICATION_UNIQUE_ID = "57538B32-C549-4505-AADB-0B1FF32A881D"
  Field Value
| Type | Description | 
|---|---|
| System.String |