IConfigurationStorageLoad(Vault, Type, String, String) Method

Method to load the configuration from the specified vault.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Object Load(
	Vault vault,
	Type configType,
	string configNamespace,
	string configKey = "configuration"
)

Parameters

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.

Return Value

Object
The loaded configuration object.

See Also