IConfigurationStoragePopulateT Method

Method to populate 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#
void Populate<T>(
	Vault vault,
	T configuration,
	string configNamespace,
	string configKey = "configuration"
)
where T : class

Parameters

vault  Vault
The vault.
configuration  T
The configuration object to populate.
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.

Type Parameters

T
The configuration object's type.

See Also