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

    Show / Hide Table of Contents

    Class DeviceQuery

    Inheritance
    System.Object
    DeviceQuery
    Namespace: MediaBrowser.Model.Devices
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class DeviceQuery

    Properties

    HasActiveAuthentication

    Declaration
    public bool? HasActiveAuthentication { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Ids

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

    IncludeIconUrl

    Declaration
    public bool IncludeIconUrl { get; set; }
    Property Value
    Type Description
    System.Boolean

    Limit

    Declaration
    public int? Limit { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    ReportedDeviceId

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

    SortBy

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

    SortOrder

    Gets or sets the sort order.

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

    The sort order.

    StartIndex

    Declaration
    public int StartIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    SupportsSync

    Gets or sets a value indicating whether [supports synchronize].

    Declaration
    public bool? SupportsSync { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    null if [supports synchronize] contains no value, true if [supports synchronize]; otherwise, false.

    UserId

    Gets or sets the user identifier.

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

    The user identifier.

    Methods

    GetOrderBy()

    Gets the order by.

    Declaration
    public (string, SortOrder)[] GetOrderBy()
    Returns
    Type Description
    System.ValueTuple<System.String, SortOrder>[]

    IEnumerable{ItemSortBy}.

    GetOrderBy(String, String)

    Declaration
    public static (string, SortOrder)[] GetOrderBy(string sortBy, string requestedSortOrder)
    Parameters
    Type Name Description
    System.String sortBy
    System.String requestedSortOrder
    Returns
    Type Description
    System.ValueTuple<System.String, SortOrder>[]

    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.