Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PluginPageInfo

    Inheritance
    System.Object
    PluginPageInfo
    Namespace: MediaBrowser.Model.Plugins
    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

    EnableInUserMenu

    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

    MenuIcon

    Declaration
    public string MenuIcon { get; set; }
    Property Value
    Type Description
    System.String

    MenuSection

    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

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.