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

    Show / Hide Table of Contents

    Class ItemCountsQuery

    Class ItemCountsQuery

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

    Properties

    IsFavorite

    Gets or sets a value indicating whether this instance is favorite.

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

    null if [is favorite] contains no value, true if [is favorite]; otherwise, false.

    UserId

    Gets or sets the user id.

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

    The user id.

    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.