![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
Data transfer object that is used to add a new installation file. More...
Properties | |
| string | Channel [get, set] |
| Channel of the instalation file. | |
| bool | Enabled [get, set] |
| Is installation file enabled. | |
| string | Environment [get, set] |
| Indicates for which Operation system this file is meant for. | |
| string | EulaLink [get, set] |
| Link to EULA. | |
| string | FullLink [get, set] |
| Downloading URL. | |
| string | HashMd5 [get, set] |
| MD5 hash of the setup file. | |
| ulong | Product [get, set] |
| 16 digit id of the product of the installation file. | |
| string | ReleaseDate [get, set] |
| Date of releasing the installation file. | |
| string | ReleaseNotesLink [get, set] |
| Link to release notes. | |
| string | RequiresVersion [get, set] |
| Application version that is required to install this app version. | |
| string | Size [get, set] |
| Installation file size in bytes. | |
| string | Version [get, set] |
| Application version. | |
Data transfer object that is used to add a new installation file.
|
getset |
Is installation file enabled.
The default value is true.
|
getset |
Application version that is required to install this app version.
This functionality allows you implement intermediate updates.