Class SystemNotificationTypeIDs
A helper class holding the unique ids for the default system notification types implementing INotificationType
Inherited Members
Namespace: LemonEdge.API.Entities.Notifications
Assembly: LemonEdge.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 |
---|---|
string |
EMAIL_NOTIFICATION_UNIQUE_ID
The UniqueNotificationTypeID for the default email system notification that ensures the user is notified via their email (Entities.IUser.NotificationEmailOverride or Entities.IUser.EmailLogin)
The email notification uses the following system configuration settings: EmailSettings.EmailSMTPAddress, EmailSettings.EmailSMTPPort, EmailSettings.EmailLogin, EmailSettings.EmailPassword, EmailSettings.EmailSenderAddress, and EmailSettings.EmailSenderName
Declaration
public const string EMAIL_NOTIFICATION_UNIQUE_ID = "57538B32-C549-4505-AADB-0B1FF32A881D"
Field Value
Type | Description |
---|---|
string |