Enum WizardHidingBehavior
Defines the hiding behavior for Wizard Views (IPluginWizardView).
Namespace: MediaBrowser.Model.Plugins.UI.Views.Enums
Assembly: MediaBrowser.Model.dll
Syntax
public enum WizardHidingBehavior
Remarks
Used in WizardHidingBehavior.
Fields
Name | Description |
---|---|
AskBackground | User will be prompted whether to hide the wizard, in which case the wizard process would be remain active in the background. If canceling is allowed (AllowCancel), user is being suggested to hit cancel in order to end the wizard process. |
AskCancel | User will be prompted whether to exit, in which case the wizard process would be ended, equal to hitting "Cancel". |
AutoBackground | The wizard process remains active in the background and when navigating back to the wizard again, it will open at the same state where it was left. |
AutoCancel | The wizard process will be ended, equal to hitting "Cancel". |