Interface IFeatureFactory
Namespace: Emby.Features
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IFeatureFactory
Methods
GetFeatureInfos(String)
Declaration
List<FeatureInfo> GetFeatureInfos(string language)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | language |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<FeatureInfo> |