Interface IHasLookupInfo<TLookupInfoType>
Namespace: MediaBrowser.Controller.Providers
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IHasLookupInfo<out TLookupInfoType>
where TLookupInfoType : ItemLookupInfo, new()
Type Parameters
Name | Description |
---|---|
TLookupInfoType |
Methods
GetLookupInfo(LibraryOptions)
Declaration
TLookupInfoType GetLookupInfo(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
TLookupInfoType |