Class RemoteSearchQuery<T>
Inheritance
System.Object
RemoteSearchQuery<T>
Assembly: MediaBrowser.Controller.dll
public class RemoteSearchQuery<T>
where T : ItemLookupInfo
Type Parameters
Properties
Gets or sets a value indicating whether [include disabled providers].
Declaration
public bool IncludeDisabledProviders { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [include disabled providers]; otherwise, false .
|
Declaration
public long ItemId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public string[] Providers { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public T SearchInfo { get; set; }
Property Value
If set will only search within the given provider
Declaration
public string SearchProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods