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

    Show / Hide Table of Contents

    Class MovieRecommendationQuery

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

    Constructors

    MovieRecommendationQuery()

    Declaration
    public MovieRecommendationQuery()

    Properties

    CategoryLimit

    Gets or sets the category limit.

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

    The category limit.

    Fields

    Gets or sets the fields.

    Declaration
    public ItemFields[] Fields { get; set; }
    Property Value
    Type Description
    ItemFields[]

    The fields.

    ItemLimit

    Gets or sets the item limit.

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

    The item limit.

    ParentId

    Gets or sets the parent identifier.

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

    The parent identifier.

    UserId

    Gets or sets the user identifier.

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

    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.