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

    Show / Hide Table of Contents

    Class ItemsQuery

    Inheritance
    System.Object
    ItemsQuery
    Namespace: MediaBrowser.Model.Entities
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class ItemsQuery

    Properties

    CollectionTypes

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

    GenreIds

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

    IsFavorite

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

    StudioIds

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

    TagIds

    Declaration
    public string[] TagIds { 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.