Class CheckForUpdateResult
Class CheckForUpdateResult
Inheritance
System.Object
CheckForUpdateResult
Namespace: MediaBrowser.Model.Updates
Assembly: MediaBrowser.Model.dll
Syntax
public class CheckForUpdateResult
Properties
AvailableVersion
Gets or sets the available version.
Declaration
public string AvailableVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String | The available version. |
IsUpdateAvailable
Gets or sets a value indicating whether this instance is update available.
Declaration
public bool IsUpdateAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Package
Get or sets package information for an available update
Declaration
public PackageVersionInfo Package { get; set; }
Property Value
Type | Description |
---|---|
PackageVersionInfo |