Enum QueryCloseAction
Defines actions to perform when plugin views are exited.
Namespace: MediaBrowser.Model.Plugins.UI.Views.Enums
Assembly: MediaBrowser.Model.dll
Syntax
public enum QueryCloseAction
Remarks
Used in QueryCloseAction.
Fields
| Name | Description |
|---|---|
| AskSaveAlways | User will always be prompted whether to save or exit without saving. |
| AskSaveWhenChanged | If changes were made, user will be prompted whether to save or exit without saving. |
| None | No action will be taken. |