Interface IPluginPageView
Inherited Members
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> |