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