Interface IPluginUIPagesRegistrar
Namespace: MediaBrowser.Controller.Plugins
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IPluginUIPagesRegistrarMethods
GetPluginUIPageRegistrations()
Declaration
IList<IPluginUIPageRegistration> GetPluginUIPageRegistrations()Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<IPluginUIPageRegistration> | 
RegisterPageController(IPlugin, IPluginUIPageController)
Declaration
bool RegisterPageController(IPlugin plugin, IPluginUIPageController pluginUIPageController)Parameters
| Type | Name | Description | 
|---|---|---|
| IPlugin | plugin | |
| IPluginUIPageController | pluginUIPageController | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |