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

    Show / Hide Table of Contents

    Class PluginInfo

    This is a serializable stub class that is used by the api to provide information about installed plugins.

    Inheritance
    System.Object
    PluginInfo
    Namespace: MediaBrowser.Model.Plugins
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PluginInfo

    Properties

    ConfigurationFileName

    Gets or sets the name of the configuration file.

    Declaration
    public string ConfigurationFileName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the configuration file.

    Description

    Gets or sets the description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    The description.

    Id

    Gets or sets the unique id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The unique id.

    ImageTag

    Gets or sets the image URL.

    Declaration
    public string ImageTag { get; set; }
    Property Value
    Type Description
    System.String

    The image URL.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    Version

    Gets or sets the version.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    System.String

    The version.

    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.