Table of Contents

Interface IUpgradeOptions

Namespace
H.Modules.Upgrade
Assembly
H.Modules.Upgrade.dll
public interface IUpgradeOptions
Extension Methods

Properties

AutomaticUpgrade

bool AutomaticUpgrade { get; set; }

Property Value

bool

CheckUpdateOnStart

bool CheckUpdateOnStart { get; set; }

Property Value

bool

LoadFormat

string LoadFormat { get; set; }

Property Value

string

NotifyUpgrade

bool NotifyUpgrade { get; set; }

Property Value

bool

SavePath

string SavePath { get; set; }

Property Value

string

Uri

string Uri { get; set; }

Property Value

string

UseIEDownload

bool UseIEDownload { get; set; }

Property Value

bool