SecureConfigurationManagerTConfigSave Method |
Saves the raw configuration text to storage.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual void Save(
Vault vault,
string configText
)
Public Overridable Sub Save (
vault As Vault,
configText As String
)
public:
virtual void Save(
Vault^ vault,
String^ configText
)
Parameters
- vault
- Type: Vault
The vault to save the configuration to. - configText
- Type: SystemString
The configuration text to save.
See Also