Search Results for

    Show / Hide Table of Contents

    Class UpdaterSettings

    Inheritance
    object
    UpdaterSettings
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class UpdaterSettings

    Constructors

    UpdaterSettings()

    Declaration
    public UpdaterSettings()

    Fields

    CONFIGURATION_SECTION

    Declaration
    public const string CONFIGURATION_SECTION = "LemonEdge:UpdaterSettings"
    Field Value
    Type Description
    string

    Properties

    AutoUpdaterPath

    The path to look for new versions of the AutoUpdater application

    For example: https://download.lemonedge.com/trial/updater/

    Declaration
    public string AutoUpdaterPath { get; set; }
    Property Value
    Type Description
    string

    LicenseExpiryReminderDays

    Value for the amount of days before the license expiry warning is shown during login

    Declaration
    public int LicenseExpiryReminderDays { get; set; }
    Property Value
    Type Description
    int

    UpdatePath

    The path to look for new versions of the currently running application

    For example: https://download.lemonedge.com/trial/wpfcore/

    Declaration
    public string UpdatePath { get; set; }
    Property Value
    Type Description
    string

    UpdatePathSharedAccessKey

    The shared access token assigned to you with your license providing access to downloading the lemonedge latest updates automatically

    If you are deploying this within your own network and getting updates from there you will not need a shared access key and this can be blank

    Declaration
    public string UpdatePathSharedAccessKey { get; set; }
    Property Value
    Type Description
    string

    VersionFile

    Holds the file to check for the latest version. Defaults to latest.txt, but allows for overrides to latest-qa.txt, etc.

    Declaration
    public string VersionFile { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.