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

    Show / Hide Table of Contents

    Class SimilarItemsQuery

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

    Properties

    Fields

    Fields to return within the items, in addition to basic information

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

    The fields.

    Id

    Gets or sets the id.

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

    The id.

    Limit

    The maximum number of items to return

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

    The limit.

    UserId

    The user to localize search results for

    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.