LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
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.
 
System.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.
 
string Size [get]
 Installation file size in bytes.
 
System.DateTime UpdatedAt [get]
 Time when it was last updated.
 
string Url [get]
 Downloading URL.
 
string Version [get]
 Application version.
 

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.

◆ CreatedAt

System.DateTime LicenseSpring.IInstallationFile.CreatedAt
get

Time when the installation file was created.

Implemented in LicenseSpring.InstallationFile.

◆ Enabled

bool LicenseSpring.IInstallationFile.Enabled
get

Indicates if the installation file is still enabled for usage.

Implemented in LicenseSpring.InstallationFile.

◆ Environment

string LicenseSpring.IInstallationFile.Environment
get

Indicates for which Operation system this file is meant for.

Implemented in LicenseSpring.InstallationFile.

◆ EulaLink

string LicenseSpring.IInstallationFile.EulaLink
get

Link to EULA.

Implemented in LicenseSpring.InstallationFile.

◆ Filename

string LicenseSpring.IInstallationFile.Filename
get

Name of the installation file.

Implemented in LicenseSpring.InstallationFile.

◆ Id

ulong LicenseSpring.IInstallationFile.Id
get

16 digit id of the installation file, can't be changed manually.

Implemented in LicenseSpring.InstallationFile.

◆ Md5Hash

string LicenseSpring.IInstallationFile.Md5Hash
get

MD5 hash of the setup file.

Implemented in LicenseSpring.InstallationFile.

◆ Product

ulong LicenseSpring.IInstallationFile.Product
get

16 digit id of the product of the installation file.

Implemented in LicenseSpring.InstallationFile.

◆ ReleaseDate

string LicenseSpring.IInstallationFile.ReleaseDate
get

Date of releasing the installation file.

Implemented in LicenseSpring.InstallationFile.

◆ ReleaseNotesLink

string LicenseSpring.IInstallationFile.ReleaseNotesLink
get

Link to release notes.

Implemented in LicenseSpring.InstallationFile.

◆ RequiresVersion

string LicenseSpring.IInstallationFile.RequiresVersion
get

Application version that is required to install this app version.

This functionality allows you implement intermediate updates.

Implemented in LicenseSpring.InstallationFile.

◆ Size

string LicenseSpring.IInstallationFile.Size
get

Installation file size in bytes.

Implemented in LicenseSpring.InstallationFile.

◆ UpdatedAt

System.DateTime LicenseSpring.IInstallationFile.UpdatedAt
get

Time when it was last updated.

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: