ConfigurationStorageInVaultPopulateT Method
Method to populate the configuration from the specified vault.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual void Populate<T>(
Vault vault,
T configuration,
string configNamespace,
string configKey = "configuration"
)
where T : class
- 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.
- T
- The configuration object's type.
IConfigurationStoragePopulateT(Vault, T, String, String)