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

    Show / Hide Table of Contents

    Interface IPluginDialogView

    Inherited Members
    IPluginUIView.Caption
    IPluginUIView.SubCaption
    IPluginUIView.PluginId
    IPluginUIView.ContentData
    IPluginUIView.User
    IPluginUIView.RedirectViewUrl
    IPluginUIView.UIViewInfoChanged
    IPluginUIView.IsCommandAllowed(String)
    IPluginUIView.RunCommand(String, String, String)
    IPluginUIView.Cancel()
    IPluginUIView.OnDialogResult(IPluginUIView, Boolean, Object)
    Namespace: MediaBrowser.Model.Plugins.UI.Views
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IPluginDialogView : IPluginUIView

    Properties

    AllowCancel

    Declaration
    bool AllowCancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowOk

    Declaration
    bool AllowOk { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowDialogFullScreen

    Gets a value indicating whether a dialog should be shown full-screen.

    Declaration
    bool ShowDialogFullScreen { get; }
    Property Value
    Type Description
    System.Boolean

    true to show dialog full screen; otherwise, false.

    Remarks

    This is deprecated. Please use DialogSize instead.

    Methods

    OnCancelCommand()

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

    OnOkCommand(String, String, String)

    Declaration
    Task OnOkCommand(string providerId, string commandId, string data)
    Parameters
    Type Name Description
    System.String providerId
    System.String commandId
    System.String data
    Returns
    Type Description
    System.Threading.Tasks.Task

    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.