![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Class that holds information about setup file of the app. More...
Public Member Functions | |
InstallationFile () | |
InstallationFile default 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. | |
DateTime | CreatedAt [get] |
Time when the installation file was created. | |
bool | Enabled [get] |
Indicates if the installation file is still enabled for usage. | |
string | Environment [get] |
Indicates for which Operation system this file is meant for. | |
string | EulaLink [get] |
Link to EULA. | |
string | Filename [get] |
Name of the installation file. | |
ulong | Id [get] |
16 digit id of the installation file, can't be changed manually. | |
string | Md5Hash [get] |
MD5 hash of the setup file. | |
ulong | Product [get] |
16 digit id of the product of the installation file. | |
string | ReleaseDate [get] |
Date of releasing the installation file. | |
string | ReleaseNotesLink [get] |
Link to release notes. | |
string | RequiresVersion [get] |
Application version that is required to install this app version.This functionality allows you implement intermediate updates. | |
string | Size [get] |
Installation file size in bytes. | |
DateTime | UpdatedAt [get] |
Time when it was last updated. | |
string | Url [get] |
Downloading URL. | |
string | Version [get] |
Application version. | |
![]() |
Class that holds information about setup file of the app.
Comes in handy for managing software updates.
See also ILicenseManager.GetInstallationFile
and ILicense.Check
|
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 |
Time when the installation file was created.
Implements LicenseSpring.IInstallationFile.
|
get |
Indicates if the installation file is still enabled for usage.
Implements LicenseSpring.IInstallationFile.
|
get |
Indicates for which Operation system this file is meant for.
Implements LicenseSpring.IInstallationFile.
|
get |
Link to EULA.
Implements LicenseSpring.IInstallationFile.
|
get |
Name of the installation file.
Implements LicenseSpring.IInstallationFile.
|
get |
16 digit id of the installation file, can't be changed manually.
Implements LicenseSpring.IInstallationFile.
|
get |
MD5 hash of the setup file.
Implements LicenseSpring.IInstallationFile.
|
get |
16 digit id of the product of the installation file.
Implements LicenseSpring.IInstallationFile.
|
get |
Date of releasing the installation file.
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 |
Time when it was last updated.
Implements LicenseSpring.IInstallationFile.
|
get |
Downloading URL.
Implements LicenseSpring.IInstallationFile.
|
get |
Application version.
Implements LicenseSpring.IInstallationFile.