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

    Show / Hide Table of Contents

    Interface IPluginWizardView

    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 IPluginWizardView : IPluginUIView

    Properties

    AllowBack

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

    AllowCancel

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

    AllowFinish

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

    AllowNext

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

    Methods

    OnCancelCommand()

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

    OnFinishCommand(String, String, String)

    Declaration
    Task OnFinishCommand(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

    OnNextCommand(String, String, String)

    Declaration
    Task<IPluginUIView> OnNextCommand(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<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.