![]() |
LicenseSpring .Net SDK 7.22.0
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 More... | |
Properties | |
string | Channel [get] |
Channel from where this install file comes from More... | |
string | Environment [get] |
Environment for which this installation file is intended More... | |
string | EulaLink [get] |
Link to EULA More... | |
string | Md5Hash [get] |
MD5 hash of the setup file More... | |
DateTime | ReleaseDate [get] |
App version release date More... | |
string | ReleaseNotesLink [get] |
Link to release notes More... | |
string | RequiredVersion [get] |
Application version that is required to install this app version More... | |
uint | Size [get] |
Installation file size in bytes More... | |
string | Url [get] |
Downloading URL More... | |
string | Version [get] |
Application version More... | |
![]() | |
string | Channel [get] |
Channel from where this install file comes from More... | |
string | Environment [get] |
Environment for which this installation file is intended More... | |
string | EulaLink [get] |
Link to EULA More... | |
string | Md5Hash [get] |
MD5 hash of the setup file More... | |
DateTime | ReleaseDate [get] |
App version release date More... | |
string | ReleaseNotesLink [get] |
Link to release notes More... | |
string | RequiredVersion [get] |
Application version that is required to install this app version More... | |
uint | Size [get] |
Installation file size in bytes More... | |
string | Url [get] |
Downloading URL More... | |
string | Version [get] |
Application version More... | |
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
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
Implements LicenseSpring.IInstallationFile.
|
get |
Installation file size in bytes
Implements LicenseSpring.IInstallationFile.
|
get |
Downloading URL
Implements LicenseSpring.IInstallationFile.
|
get |
Application version
Implements LicenseSpring.IInstallationFile.