ConfigurableVaultApplicationBaseTSecureConfigurationGetConfiguration Method

Gets the current/stored configuration value for the node. Only safe to call if GetCapabilities returns the Configuration flag.

Definition

Namespace: MFiles.VAF.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual string GetConfiguration(
	IConfigurationRequestContext context
)

Parameters

context  IConfigurationRequestContext
The context for the request.

Return Value

String
The applications configuration.

Implements

IConfigurationDomainNodeGetConfiguration(IConfigurationRequestContext)

See Also