IConfigurationStorageReadConfigurationData(Vault, String, String) Method

Returns the persisted configuration data from vault.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
string ReadConfigurationData(
	Vault vault,
	string configNamespace,
	string configKey = "configuration"
)

Parameters

vault  Vault
The vault.
configNamespace  String
The configuration namespace that shall be used when loading the configuration.
configKey  String  (Optional)
Configuration key that identifies the module configuration.

Return Value

String
The read configuration data. Empty string if the configuration key was not found.

See Also