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

    Show / Hide Table of Contents

    Interface IDisplayPreferencesRepository

    Interface IDisplayPreferencesRepository

    Inherited Members
    IRepository.Name
    System.IDisposable.Dispose()
    Namespace: MediaBrowser.Controller.Persistence
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IDisplayPreferencesRepository : IRepository, IDisposable

    Methods

    GetDisplayPreferences(String, Guid, String)

    Gets the display preferences.

    Declaration
    DisplayPreferences GetDisplayPreferences(string displayPreferencesId, Guid userId, string client)
    Parameters
    Type Name Description
    System.String displayPreferencesId

    The display preferences id.

    System.Guid userId

    The user id.

    System.String client

    The client.

    Returns
    Type Description
    DisplayPreferences

    Task{DisplayPreferences}.

    SaveDisplayPreferences(DisplayPreferences, Guid, String, CancellationToken)

    Saves display preferences for an item

    Declaration
    void SaveDisplayPreferences(DisplayPreferences displayPreferences, Guid userId, string client, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    DisplayPreferences displayPreferences

    The display preferences.

    System.Guid userId

    The user id.

    System.String client

    The client.

    System.Threading.CancellationToken cancellationToken

    The cancellation token.

    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.