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

    Show / Hide Table of Contents

    Class InternalChannelFeatures

    Inheritance
    System.Object
    InternalChannelFeatures
    Namespace: MediaBrowser.Controller.Channels
    Assembly: MediaBrowser.Controller.dll
    Syntax
    [Obsolete("This class is no longer supported and ignored by the server.")]
    public sealed class InternalChannelFeatures

    Constructors

    InternalChannelFeatures()

    Declaration
    public InternalChannelFeatures()

    Properties

    AutoRefreshLevels

    Gets or sets the automatic refresh levels.

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

    The automatic refresh levels.

    ContentTypes

    Gets or sets the content types.

    Declaration
    public List<ChannelMediaContentType> ContentTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChannelMediaContentType>

    The content types.

    DailyDownloadLimit

    Gets or sets the daily download limit.

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

    The daily download limit.

    DefaultSortFields

    Gets or sets the default sort orders.

    Declaration
    public List<ChannelItemSortField> DefaultSortFields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChannelItemSortField>

    The default sort orders.

    MaxPageSize

    Represents the maximum number of records the channel allows retrieving at a time

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

    MediaTypes

    Gets or sets the media types.

    Declaration
    public List<ChannelMediaType> MediaTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChannelMediaType>

    The media types.

    SupportsContentDownloading

    Gets or sets a value indicating whether [supports downloading].

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

    true if [supports downloading]; otherwise, false.

    SupportsSortOrderToggle

    Indicates if a sort ascending/descending toggle is supported or not.

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

    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.