IConfigurationStorageReadConfigurationData(Vault, String, String, String) Method
            
            Returns the persisted configuration data from vault.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
bool ReadConfigurationData(
	Vault vault,
	string configNamespace,
	string configKey,
	out string data
)
- vault  Vault
- The vault.
- configNamespace  String
- The configuration namespace that shall be used when loading the configuration.
- configKey  String
- Configuration key that identifies the module configuration.
- data  String
- Output parameter for the data that was read. Set to null if the configuration key can't be found.
BooleanTrue is the configuration key existed in the defined configuration namespace.