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

    Show / Hide Table of Contents

    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.

    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.