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

    Show / Hide Table of Contents

    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".

    See Also
    PluginViewOptions

    Extension Methods

    EditorHelpers.GetDescription()
    EditorHelpers.GetColor()
    EditorHelpers.RadioOptionFromEnum<WizardHidingBehavior>()
    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<WizardHidingBehavior>(String)
    EnumExtensions.FindByRelatedGuid<WizardHidingBehavior>(Guid)
    EnumExtensions.GetFirstAliasOrName()
    EnumListExtensions.GetAll<WizardHidingBehavior>()
    Extensions.JsonClone<WizardHidingBehavior>(IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.