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

    Show / Hide Table of Contents

    Class UpcomingEpisodesQuery

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

    Constructors

    UpcomingEpisodesQuery()

    Declaration
    public UpcomingEpisodesQuery()

    Properties

    EnableImages

    Gets or sets a value indicating whether [enable images].

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

    null if [enable images] contains no value, true if [enable images]; otherwise, false.

    EnableImageTypes

    Gets or sets the enable image types.

    Declaration
    public ImageType[] EnableImageTypes { get; set; }
    Property Value
    Type Description
    ImageType[]

    The enable image types.

    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.

    ImageTypeLimit

    Gets or sets the image type limit.

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

    The image type limit.

    Limit

    The maximum number of items to return

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

    The limit.

    ParentId

    Gets or sets the parent identifier.

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

    The parent identifier.

    StartIndex

    Skips over a given number of items within the results. Use for paging.

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

    The start index.

    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.