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

    Show / Hide Table of Contents

    Interface IPluginUIView

    Namespace: MediaBrowser.Model.Plugins.UI.Views
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IPluginUIView

    Properties

    Caption

    Declaration
    string Caption { get; }
    Property Value
    Type Description
    System.String

    ContentData

    Declaration
    IEditableObject ContentData { get; set; }
    Property Value
    Type Description
    IEditableObject

    PluginId

    Declaration
    string PluginId { get; }
    Property Value
    Type Description
    System.String

    RedirectViewUrl

    Declaration
    string RedirectViewUrl { get; set; }
    Property Value
    Type Description
    System.String

    SubCaption

    Declaration
    string SubCaption { get; }
    Property Value
    Type Description
    System.String

    User

    Declaration
    UserDto User { get; set; }
    Property Value
    Type Description
    UserDto

    Methods

    Cancel()

    Declaration
    Task Cancel()
    Returns
    Type Description
    System.Threading.Tasks.Task

    IsCommandAllowed(String)

    Declaration
    bool IsCommandAllowed(string commandKey)
    Parameters
    Type Name Description
    System.String commandKey
    Returns
    Type Description
    System.Boolean

    OnDialogResult(IPluginUIView, Boolean, Object)

    Declaration
    void OnDialogResult(IPluginUIView dialogView, bool completedOk, object data)
    Parameters
    Type Name Description
    IPluginUIView dialogView
    System.Boolean completedOk
    System.Object data

    RunCommand(String, String, String)

    Declaration
    Task<IPluginUIView> RunCommand(string itemId, string commandId, string data)
    Parameters
    Type Name Description
    System.String itemId
    System.String commandId
    System.String data
    Returns
    Type Description
    System.Threading.Tasks.Task<IPluginUIView>

    Events

    UIViewInfoChanged

    Declaration
    event EventHandler<GenericEventArgs<IPluginUIView>> UIViewInfoChanged
    Event Type
    Type Description
    System.EventHandler<GenericEventArgs<IPluginUIView>>

    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.