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

    Show / Hide Table of Contents

    Class SeriesTimerQuery

    Inheritance
    System.Object
    SeriesTimerQuery
    Namespace: MediaBrowser.Model.LiveTv
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class SeriesTimerQuery

    Properties

    Limit

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

    SortBy

    Gets or sets the sort by - SortName, Priority

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

    The sort by.

    SortOrder

    Gets or sets the sort order.

    Declaration
    public SortOrder SortOrder { get; set; }
    Property Value
    Type Description
    SortOrder

    The sort order.

    StartIndex

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

    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.