Class GlobalConfigurationManager
Helper methods to load and save configuration files
Inheritance
System.Object
    GlobalConfigurationManager
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public static class GlobalConfigurationManagerMethods
Load()
Load configuration file from the file system based on the application domain configuration file
Declaration
public static Configuration Load()Returns
| Type | Description | 
|---|---|
| System.Configuration.Configuration | 
Save(Configuration, RestartMode)
Save configuration to the file system based on the path of the application domain configuration file
Declaration
public static void Save(Configuration configuration, RestartMode restartMode)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Configuration.Configuration | configuration | |
| RestartMode | restartMode | 
Events
ConfigurationSaved
Declaration
public static event EventHandler ConfigurationSavedEvent Type
| Type | Description | 
|---|---|
| System.EventHandler | 
