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

    Show / Hide Table of Contents

    Interface IPluginPageView

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

    Properties

    AllowBack

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

    AllowSave

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

    ShowBack

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

    ShowSave

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

    Methods

    OnSaveCommand(String, String, String)

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

    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.