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

    Show / Hide Table of Contents

    Interface IPluginConfigurationPage

    Interface IConfigurationPage

    Namespace: MediaBrowser.Controller.Plugins
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IPluginConfigurationPage

    Properties

    ConfigurationPageType

    Gets the type of the configuration page.

    Declaration
    ConfigurationPageType ConfigurationPageType { get; }
    Property Value
    Type Description
    ConfigurationPageType

    The type of the configuration page.

    Name

    Gets the name.

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

    The name.

    Plugin

    Gets the plugin.

    Declaration
    IPlugin Plugin { get; }
    Property Value
    Type Description
    IPlugin

    The plugin.

    Methods

    GetHtmlStream()

    Gets the HTML stream.

    Declaration
    Stream GetHtmlStream()
    Returns
    Type Description
    System.IO.Stream

    Stream.

    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.