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 |
|