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

    Show / Hide Table of Contents

    Interface IServerConfigurationManager

    Interface IServerConfigurationManager

    Inherited Members
    IConfigurationManager.NamedConfigurationUpdating
    IConfigurationManager.ConfigurationUpdated
    IConfigurationManager.NamedConfigurationUpdated
    IConfigurationManager.CommonApplicationPaths
    IConfigurationManager.CommonConfiguration
    IConfigurationManager.SaveConfiguration()
    IConfigurationManager.ReplaceConfiguration(BaseApplicationConfiguration)
    IConfigurationManager.GetConfiguration(String)
    IConfigurationManager.GetConfigurationType(String)
    IConfigurationManager.SaveConfiguration(String, Object)
    IConfigurationManager.AddParts(IEnumerable<IConfigurationFactory>)
    Namespace: MediaBrowser.Controller.Configuration
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface IServerConfigurationManager : IConfigurationManager

    Properties

    ApplicationPaths

    Gets the application paths.

    Declaration
    IServerApplicationPaths ApplicationPaths { get; }
    Property Value
    Type Description
    IServerApplicationPaths

    The application paths.

    Configuration

    Gets the configuration.

    Declaration
    ServerConfiguration Configuration { get; }
    Property Value
    Type Description
    ServerConfiguration

    The configuration.

    Methods

    SetOptimalValues()

    Declaration
    bool SetOptimalValues()
    Returns
    Type Description
    System.Boolean

    Extension Methods

    MetadataConfigurationExtensions.GetMetadataConfiguration(IConfigurationManager)
    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.