![]() |
LicenseSpring .Net SDK 7.32.1
Easily add Software Licensing to your application
|
Class that holds optional parameters when requesting InstallationFile info. More...
Public Member Functions | |
InstallationFileOptions () | |
InstallationFile default constructor. | |
InstallationFileOptions (string version, string channel, string environment) | |
InstallationFile default constructor. | |
InstallationFileOptions (string version, string channel=null) | |
InstallationFile default constructor. | |
Properties | |
string | Channel [get, set] |
Channel from where installation file should be requested. | |
string | Environment [get, set] |
Environment for which installation file should be requested.For example can be "win", "win32", "win64", "mac", "linux", "linux32", "linux64" | |
string | Version [get, set] |
Needed application (Installation file) version. | |
![]() |
Class that holds optional parameters when requesting InstallationFile info.
See also ILicenseManager.GetInstallationFile
and ILicense.Check
LicenseSpring.InstallationFileOptions.InstallationFileOptions | ( | string | version, |
string | channel = null |
||
) |
InstallationFile default constructor.
version | Needed version |
channel | Channel from where installation file info should be requested |
LicenseSpring.InstallationFileOptions.InstallationFileOptions | ( | string | version, |
string | channel, | ||
string | environment | ||
) |
InstallationFile default constructor.
version | Needed version |
channel | Channel from where installation file info should be requested |
environment | Environment for which installation file should be requested |
|
getset |
Channel from where installation file should be requested.
Implements LicenseSpring.IInstallationFileOptions.
|
getset |
Environment for which installation file should be requested.For example can be "win", "win32", "win64", "mac", "linux", "linux32", "linux64"
Implements LicenseSpring.IInstallationFileOptions.
|
getset |
Needed application (Installation file) version.
Implements LicenseSpring.IInstallationFileOptions.