Class ContentSection
Inheritance
System.Object
ContentSection
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
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
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
ViewType
Declaration
public string ViewType { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods