Class UpdaterSettings
Inherited Members
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 |