Class RemoteMetadataFetchOptions<TLookupInfoType>
Inheritance
System.Object
RemoteMetadataFetchOptions<TLookupInfoType>
Assembly: MediaBrowser.Controller.dll
public sealed class RemoteMetadataFetchOptions<TLookupInfoType>
where TLookupInfoType : ItemLookupInfo, new()
Type Parameters
Name |
Description |
TLookupInfoType |
|
Properties
Declaration
public IDirectoryService DirectoryService { get; set; }
Property Value
Declaration
public TLookupInfoType SearchInfo { get; set; }
Property Value
Type |
Description |
TLookupInfoType |
|
Extension Methods