![]() |
LicenseSpring .Net SDK 7.32.1
Easily add Software Licensing to your application
|
Class that holds information about setup file of your app. More...
Public Member Functions | |
InstallationFile () | |
InstallationFile default constructor. | |
InstallationFile (string url, string md5hash, string version, string requiredVersion, string releaseDate, string eulaLink, string releaseNotesLink, string channel, string size, string environment) | |
InstallationFile constructor. | |
Properties | |
string | Channel [get] |
Channel from where this install file comes from.Using this field and corresponding field on the backend/platform you can organize getting install files from different channels. For example for separating production and dev./staging builds, organizing technology preview builds, etc. | |
string | Environment [get] |
Environment for which this installation file is intended. | |
string | EulaLink [get] |
Link to EULA. | |
string | Md5Hash [get] |
MD5 hash of the setup file. | |
DateTime | ReleaseDate [get] |
App version release date. | |
string | ReleaseNotesLink [get] |
Link to release notes. | |
string | RequiredVersion [get] |
Application version that is required to install this app version.This functionality allows you implement intermediate updates. | |
uint | Size [get] |
Installation file size in bytes. | |
string | Url [get] |
Downloading URL. | |
string | Version [get] |
Application version. | |
![]() |
Class that holds information about setup file of your app.
Comes in handy for managing software updates.
See also ILicenseManager.GetInstallationFile
and ILicense.Check
LicenseSpring.InstallationFile.InstallationFile | ( | string | url, |
string | md5hash, | ||
string | version, | ||
string | requiredVersion, | ||
string | releaseDate, | ||
string | eulaLink, | ||
string | releaseNotesLink, | ||
string | channel, | ||
string | size, | ||
string | environment | ||
) |
InstallationFile constructor.
url | Downloading URL |
md5hash | MD5 hash of the setup file |
version | App version |
requiredVersion | Required app version |
releaseDate | App version release date |
eulaLink | Link to app EULA |
releaseNotesLink | Link to app version release notes |
channel | Setup file channel |
size | Setup file size |
environment | Setup file environment |
|
get |
Channel from where this install file comes from.Using this field and corresponding field on the backend/platform you can organize getting install files from different channels. For example for separating production and dev./staging builds, organizing technology preview builds, etc.
Implements LicenseSpring.IInstallationFile.
|
get |
Environment for which this installation file is intended.
Implements LicenseSpring.IInstallationFile.
|
get |
Link to EULA.
Implements LicenseSpring.IInstallationFile.
|
get |
MD5 hash of the setup file.
Implements LicenseSpring.IInstallationFile.
|
get |
App version release date.
Implements LicenseSpring.IInstallationFile.
|
get |
Link to release notes.
Implements LicenseSpring.IInstallationFile.
|
get |
Application version that is required to install this app version.This functionality allows you implement intermediate updates.
Implements LicenseSpring.IInstallationFile.
|
get |
Installation file size in bytes.
Implements LicenseSpring.IInstallationFile.
|
get |
Downloading URL.
Implements LicenseSpring.IInstallationFile.
|
get |
Application version.
Implements LicenseSpring.IInstallationFile.