Interface ICollectionFolder
This is just a marker interface to denote top level folders
Assembly: MediaBrowser.Controller.dll
public interface ICollectionFolder : IHasCollectionType
Properties
Declaration
bool EnableItemChangeEvents { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Guid |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
(string, SortOrder)[] GetLatestItemsOrderBy()
Returns
Type |
Description |
System.ValueTuple<System.String, SortOrder>[] |
|
Declaration
LibraryOptions GetLibraryOptions()
Returns
Extension Methods