Class DisplayPreferences
Defines the display preferences for any item that supports them (usually Folders)
Inheritance
System.Object
DisplayPreferences
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public class DisplayPreferences
Properties
Client
Gets or sets the client
Declaration
public string Client { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomPrefs
Gets or sets the custom prefs.
Declaration
public Dictionary<string, string> CustomPrefs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | The custom prefs. |
Id
Gets or sets the user id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user id. |
SortBy
Gets or sets the sort by.
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. |