Class HomeSections
Inheritance
System.Object
HomeSections
Namespace: MediaBrowser.Model.Users
Assembly: MediaBrowser.Model.dll
Syntax
public class HomeSections
Properties
DateModified
Declaration
public DateTimeOffset? DateModified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Sections
Declaration
public ContentSection[] Sections { get; set; }
Property Value
Type | Description |
---|---|
ContentSection[] |