Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    true if this instance is update available; otherwise, false.

    Package

    Get or sets package information for an available update

    Declaration
    public PackageVersionInfo Package { get; set; }
    Property Value
    Type Description
    PackageVersionInfo

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.