Interface IPluginUIView
Assembly: MediaBrowser.Model.dll
public interface IPluginUIView
Properties
Declaration
Property Value
Type |
Description |
System.String |
|
ContentData
Declaration
IEditableObject ContentData { get; set; }
Property Value
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
string RedirectViewUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string SubCaption { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
UserDto User { get; set; }
Property Value
Methods
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Declaration
bool IsCommandAllowed(string commandKey)
Parameters
Type |
Name |
Description |
System.String |
commandKey |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
void OnDialogResult(IPluginUIView dialogView, bool completedOk, object data)
Parameters
Type |
Name |
Description |
IPluginUIView |
dialogView |
|
System.Boolean |
completedOk |
|
System.Object |
data |
|
Declaration
Task<IPluginUIView> RunCommand(string itemId, string commandId, string data)
Parameters
Type |
Name |
Description |
System.String |
itemId |
|
System.String |
commandId |
|
System.String |
data |
|
Returns
Events
Declaration
event EventHandler<GenericEventArgs<IPluginUIView>> UIViewInfoChanged
Event Type
Extension Methods