ConfigurationStorageInVaultReadConfigurationData(Vault, String, 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#
public virtual bool ReadConfigurationData(
	Vault vault,
	string configNamespace,
	string configKey,
	out string data
)

Parameters

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.

Return Value

Boolean
True is the configuration key existed in the defined configuration namespace.

Implements

IConfigurationStorageReadConfigurationData(Vault, String, String, String)

See Also