Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RemoteSearchQuery<T>

    Inheritance
    System.Object
    RemoteSearchQuery<T>
    Namespace: MediaBrowser.Controller.Providers
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class RemoteSearchQuery<T>
        where T : ItemLookupInfo
    Type Parameters
    Name Description
    T

    Properties

    IncludeDisabledProviders

    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.

    ItemId

    Declaration
    public long ItemId { get; set; }
    Property Value
    Type Description
    System.Int64

    Providers

    Declaration
    public string[] Providers { get; set; }
    Property Value
    Type Description
    System.String[]

    SearchInfo

    Declaration
    public T SearchInfo { get; set; }
    Property Value
    Type Description
    T

    SearchProviderName

    If set will only search within the given provider

    Declaration
    public string SearchProviderName { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.