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

    Show / Hide Table of Contents

    Class ContentSection

    Inheritance
    System.Object
    ContentSection
    Namespace: MediaBrowser.Model.Entities
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class ContentSection

    Properties

    CardSizeOffset

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

    CollectionType

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

    Id

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

    Monitor

    Declaration
    public string[] Monitor { get; set; }
    Property Value
    Type Description
    System.String[]

    Name

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

    ParentItem

    Declaration
    public BaseItemDto ParentItem { get; set; }
    Property Value
    Type Description
    BaseItemDto

    PremiumFeature

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

    PremiumMessage

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

    RefreshInterval

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

    ScrollDirection

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

    SectionType

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

    Subtitle

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

    TextInfo

    Declaration
    public TextSectionInfo TextInfo { get; set; }
    Property Value
    Type Description
    TextSectionInfo

    ViewType

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

    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.