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. |