Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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.

    See Also
    PluginViewOptions

    Extension Methods

    EditorHelpers.GetDescription()
    EditorHelpers.GetColor()
    EditorHelpers.RadioOptionFromEnum<QueryCloseAction>()
    EditorHelpers.GetDisplayName()
    EnumExtensions.GetEnumId()
    EnumExtensions.GetDescription()
    EnumExtensions.GetDetails()
    EnumExtensions.GetOrdinal()
    EnumExtensions.GetChannelCount()
    EnumExtensions.GetIsGraphic()
    EnumExtensions.GetIsHdr()
    EnumExtensions.GetValue()
    EnumExtensions.GetBitsPerPixel()
    EnumExtensions.GetBitDepth()
    EnumExtensions.GetBitDepths()
    EnumExtensions.SupportsBitDepth(Int32)
    EnumExtensions.GetBitRate()
    EnumExtensions.GetResRates()
    EnumExtensions.GetIdTag()
    EnumExtensions.GetMimeType()
    EnumExtensions.GetMimeTypes()
    EnumExtensions.GetRelatedGuids()
    EnumExtensions.GetFirstRelatedGuid()
    EnumExtensions.GetAliases()
    EnumExtensions.CreateProfileInformation()
    EnumExtensions.CreateLevelInformation()
    EnumExtensions.FindByMimeType<QueryCloseAction>(String)
    EnumExtensions.FindByRelatedGuid<QueryCloseAction>(Guid)
    EnumExtensions.GetFirstAliasOrName()
    EnumListExtensions.GetAll<QueryCloseAction>()
    Extensions.JsonClone<QueryCloseAction>(IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.