Class Channel
Implements
Inherited Members
Namespace: MediaBrowser.Controller.Channels
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class Channel : Folder, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasFolderGrouping, ICollectionFolder, IHasCollectionType
Properties
CollectionType
Declaration
[IgnoreDataMember]
public string CollectionType { get; }
Property Value
Type | Description |
---|---|
System.String |
EnableItemChangeEvents
Declaration
[IgnoreDataMember]
public bool EnableItemChangeEvents { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTopParent
Declaration
[IgnoreDataMember]
public override bool IsTopParent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsInheritedParentImages
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsUserData
Declaration
[IgnoreDataMember]
public override bool SupportsUserData { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CanDelete()
Declaration
public override bool CanDelete()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetLatestItemsOrderBy()
Declaration
public (string, SortOrder)[] GetLatestItemsOrderBy()
Returns
Type | Description |
---|---|
System.ValueTuple<System.String, SortOrder>[] |
GetLibraryOptions()
Declaration
public LibraryOptions GetLibraryOptions()
Returns
Type | Description |
---|---|
LibraryOptions |