LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
LicenseSpring.IInstallationFile Interface Reference

InstallationFile interface More...

Inheritance diagram for LicenseSpring.IInstallationFile:
LicenseSpring.InstallationFile

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...
 

Detailed Description

InstallationFile interface

Property Documentation

◆ Channel

string LicenseSpring.IInstallationFile.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.

Implemented in LicenseSpring.InstallationFile.

◆ Environment

string LicenseSpring.IInstallationFile.Environment
get

Environment for which this installation file is intended

Implemented in LicenseSpring.InstallationFile.

◆ EulaLink

string LicenseSpring.IInstallationFile.EulaLink
get

Link to EULA

Implemented in LicenseSpring.InstallationFile.

◆ Md5Hash

string LicenseSpring.IInstallationFile.Md5Hash
get

MD5 hash of the setup file

Implemented in LicenseSpring.InstallationFile.

◆ ReleaseDate

DateTime LicenseSpring.IInstallationFile.ReleaseDate
get

App version release date

Implemented in LicenseSpring.InstallationFile.

◆ ReleaseNotesLink

string LicenseSpring.IInstallationFile.ReleaseNotesLink
get

Link to release notes

Implemented in LicenseSpring.InstallationFile.

◆ RequiredVersion

string LicenseSpring.IInstallationFile.RequiredVersion
get

Application version that is required to install this app version

This functionality allows you implement intermediate updates.

Implemented in LicenseSpring.InstallationFile.

◆ Size

uint LicenseSpring.IInstallationFile.Size
get

Installation file size in bytes

Implemented in LicenseSpring.InstallationFile.

◆ Url

string LicenseSpring.IInstallationFile.Url
get

Downloading URL

Implemented in LicenseSpring.InstallationFile.

◆ Version

string LicenseSpring.IInstallationFile.Version
get

Application version

Implemented in LicenseSpring.InstallationFile.


The documentation for this interface was generated from the following file: