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

    Show / Hide Table of Contents

    Class UserQuery

    Inheritance
    System.Object
    UserQuery
    Namespace: MediaBrowser.Model.Querying
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class UserQuery

    Properties

    ConnectAccessKey

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

    ConnectUserId

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

    ConnectUserName

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

    EnableLiveTvAccess

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

    EnableRemoteAccess

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

    EnableTotalRecordCount

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

    ExcludeUserIds

    Declaration
    public long[] ExcludeUserIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    HasConnectAccessKey

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

    HasConnectUserId

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

    IsAdministrator

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

    IsDisabled

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

    IsDisplayedOnDeviceId

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

    IsHidden

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

    IsHiddenRemotely

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

    Limit

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

    Name

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

    NameStartsWithOrGreater

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

    OrderBy

    Declaration
    public Tuple<string, SortOrder>[] OrderBy { get; set; }
    Property Value
    Type Description
    System.Tuple<System.String, SortOrder>[]

    StartIndex

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

    UserIds

    Declaration
    public long[] UserIds { get; set; }
    Property Value
    Type Description
    System.Int64[]

    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.