Class ChannelOptions
Inheritance
System.Object
ChannelOptions
Assembly: MediaBrowser.Model.dll
public class ChannelOptions
Properties
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsChannelId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ListingsProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SortIndexNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods