Class PluginPageInfo
Inheritance
System.Object
PluginPageInfo
Assembly: MediaBrowser.Model.dll
Syntax
public class PluginPageInfo
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
EmbeddedResourcePath
Declaration
public string EmbeddedResourcePath { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableInMainMenu
Declaration
public bool EnableInMainMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableInUserMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatureId
Declaration
public string FeatureId { get; set; }
Property Value
Type |
Description |
System.String |
|
IsMainConfigPage
Declaration
public bool IsMainConfigPage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string MenuIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MenuSection { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods