LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.CreateInstallationFileDto Class Reference

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.
 

Detailed Description

Data transfer object that is used to add a new installation file.

Property Documentation

◆ Enabled

bool LicenseSpring.CreateInstallationFileDto.Enabled
getset

Is installation file enabled.

The default value is true.

◆ RequiresVersion

string LicenseSpring.CreateInstallationFileDto.RequiresVersion
getset

Application version that is required to install this app version.

This functionality allows you implement intermediate updates.


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