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