SecureConfigurationManagerTConfigSave Method

Saves the raw configuration text to storage.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual void Save(
	Vault vault,
	string configText
)

Parameters

vault  Vault
The vault to save the configuration to.
configText  String
The configuration text to save.

See Also