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