Search Results for

    Show / Hide Table of Contents

    Class ConfigManager

    Inheritance
    object
    ConfigManager
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework.Configuration
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class ConfigManager

    Constructors

    ConfigManager()

    Declaration
    public ConfigManager()

    Methods

    GetDefaultXmlConfiguration()

    Declaration
    public IFrameworkConfiguration GetDefaultXmlConfiguration()
    Returns
    Type Description
    IFrameworkConfiguration

    GetXmlConfiguration(string)

    Declaration
    public IFrameworkConfiguration GetXmlConfiguration(string pluginConfigFilePath)
    Parameters
    Type Name Description
    string pluginConfigFilePath
    Returns
    Type Description
    IFrameworkConfiguration
    In this article
    • Constructors
      • ConfigManager()
    • Methods
      • GetDefaultXmlConfiguration()
      • GetXmlConfiguration(string)
    Back to top Generated by DocFX