IConfigurationStorageSaveT Method

Save the configuration to the specified vault.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
void Save<T>(
	Vault vault,
	T configuration,
	string configNamespace,
	string configKey = "configuration"
)
where T : class

Parameters

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.

Type Parameters

T
The configuration object's type.

See Also