ConfigurationStorageInVaultSaveT Method
Save the configuration to the specified vault.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual void Save<T>(
Vault vault,
T configuration,
string configNamespace,
string configKey = "configuration"
)
where T : class
- vault Vault
- The vault.
- configuration T
- The configuration object to save.
- configNamespace String
- The configuration namespace that shall be used when saving the configuration.
- configKey String (Optional)
- The configuration key that identifies the value that is be used when saving.
- T
- The configuration object's type.
IConfigurationStorageSaveT(Vault, T, String, String)