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

    Show / Hide Table of Contents

    Class UserViewQuery

    Inheritance
    System.Object
    UserViewQuery
    Namespace: MediaBrowser.Model.Library
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class UserViewQuery

    Properties

    AllowDynamicChildren

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

    IncludeExternalContent

    Gets or sets a value indicating whether [include external content].

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

    true if [include external content]; otherwise, false.

    IncludeHidden

    Gets or sets a value indicating whether [include hidden].

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

    true if [include hidden]; otherwise, false.

    IncludeLiveTVView

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

    UserId

    Gets or sets the user identifier.

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

    The user identifier.

    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.