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

    Show / Hide Table of Contents

    Class NextUpQuery

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

    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.

    EnableTotalRecordCount

    Declaration
    public bool EnableTotalRecordCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    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.

    NotSyncedToTargetId

    Declaration
    public long NotSyncedToTargetId { get; set; }
    Property Value
    Type Description
    System.Int64

    ParentId

    Gets or sets the parent identifier.

    Declaration
    public long ParentId { get; set; }
    Property Value
    Type Description
    System.Int64

    The parent identifier.

    SeriesId

    Gets or sets the series id.

    Declaration
    public long SeriesId { get; set; }
    Property Value
    Type Description
    System.Int64

    The series id.

    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 long UserId { get; set; }
    Property Value
    Type Description
    System.Int64

    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.