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

    Show / Hide Table of Contents

    Class ChannelFeatures

    Inheritance
    System.Object
    ChannelFeatures
    Namespace: MediaBrowser.Controller.Channels
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class ChannelFeatures

    Properties

    LibraryOptions

    Gets or sets the library options for the channel.

    Declaration
    public LibraryOptions LibraryOptions { get; set; }
    Property Value
    Type Description
    LibraryOptions

    The library options.

    ShowRootFoldersAtTopLevel

    Gets or sets a value indicating whether the channel's root folders are shown as top-level folders.

    Declaration
    public bool ShowRootFoldersAtTopLevel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true to show root folders at the top level; otherwise, false.

    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.