Class RemoteSearchResultHelper
Inheritance
System.Object
RemoteSearchResultHelper
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public static class RemoteSearchResultHelper
Methods
ToItem<T>(RemoteSearchResult)
Declaration
public static T ToItem<T>(this RemoteSearchResult item)
where T : BaseItem, new()
Parameters
Type | Name | Description |
---|---|---|
RemoteSearchResult | item |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |