Interface IHasTabbedUIPages
Namespace: MediaBrowser.Model.Plugins.UI
Assembly: MediaBrowser.Model.dll
Syntax
public interface IHasTabbedUIPages
Properties
TabPageControllers
Declaration
IReadOnlyList<IPluginUIPageController> TabPageControllers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<IPluginUIPageController> |