![]() |
LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
|
InstallationFile interface More...
Properties | |
string | Channel [get] |
Channel from where this install file comes from More... | |
System.DateTime | CreatedAt [get] |
Time when the installation file was created. More... | |
bool | Enabled [get] |
Indicates if the installation file is still enabled for usage. More... | |
string | Environment [get] |
Indicates for which Operation system this file is meant for. More... | |
string | EulaLink [get] |
Link to EULA More... | |
string | Filename [get] |
Name of the installation file. More... | |
ulong | Id [get] |
16 digit id of the installation file, can't be changed manually. More... | |
string | Md5Hash [get] |
MD5 hash of the setup file More... | |
ulong | Product [get] |
16 digit id of the product of the installation file. More... | |
string | ReleaseDate [get] |
Date of releasing the installation file. More... | |
string | ReleaseNotesLink [get] |
Link to release notes More... | |
string | RequiresVersion [get] |
Application version that is required to install this app version More... | |
string | Size [get] |
Installation file size in bytes More... | |
System.DateTime | UpdatedAt [get] |
Time when it was last updated. More... | |
string | Url [get] |
Downloading URL More... | |
string | Version [get] |
Application version More... | |
InstallationFile interface
|
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.
Implemented in LicenseSpring.InstallationFile.
|
get |
Time when the installation file was created.
Implemented in LicenseSpring.InstallationFile.
|
get |
Indicates if the installation file is still enabled for usage.
Implemented in LicenseSpring.InstallationFile.
|
get |
Indicates for which Operation system this file is meant for.
Implemented in LicenseSpring.InstallationFile.
|
get |
Link to EULA
Implemented in LicenseSpring.InstallationFile.
|
get |
Name of the installation file.
Implemented in LicenseSpring.InstallationFile.
|
get |
16 digit id of the installation file, can't be changed manually.
Implemented in LicenseSpring.InstallationFile.
|
get |
MD5 hash of the setup file
Implemented in LicenseSpring.InstallationFile.
|
get |
16 digit id of the product of the installation file.
Implemented in LicenseSpring.InstallationFile.
|
get |
Date of releasing the installation file.
Implemented in LicenseSpring.InstallationFile.
|
get |
Link to release notes
Implemented in LicenseSpring.InstallationFile.
|
get |
Application version that is required to install this app version
This functionality allows you implement intermediate updates.
Implemented in LicenseSpring.InstallationFile.
|
get |
Installation file size in bytes
Implemented in LicenseSpring.InstallationFile.
|
get |
Time when it was last updated.
Implemented in LicenseSpring.InstallationFile.
|
get |
Downloading URL
Implemented in LicenseSpring.InstallationFile.
|
get |
Application version
Implemented in LicenseSpring.InstallationFile.