Search Results for

    Show / Hide Table of Contents

    Class SystemNotificationTypeIDs

    A helper class holding the unique ids for the default system notification types implementing INotificationType

    Inheritance
    object
    SystemNotificationTypeIDs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    See Also

    INotificationType
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.