IConfigurationStorageLoad(Vault, Type, String, String) Method
            
            Method to load the configuration from the specified vault.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
Object Load(
	Vault vault,
	Type configType,
	string configNamespace,
	string configKey = "configuration"
)
- vault  Vault
- The vault.
- configType  Type
- The type of the configuration object to be loaded.
- configNamespace  String
- The configuration namespace that shall be used when loading the configuration.
- configKey  String  (Optional)
- The configuration key that identifies the value that should be loaded.
ObjectThe loaded configuration object.