Interface IUpgradeOptions
public interface IUpgradeOptions
- Extension Methods
Properties
AutomaticUpgrade
bool AutomaticUpgrade { get; set; }
Property Value
CheckUpdateOnStart
bool CheckUpdateOnStart { get; set; }
Property Value
LoadFormat
string LoadFormat { get; set; }
Property Value
NotifyUpgrade
bool NotifyUpgrade { get; set; }
Property Value
SavePath
string SavePath { get; set; }
Property Value
Uri
string Uri { get; set; }
Property Value
UseIEDownload
bool UseIEDownload { get; set; }