ConfigurableVaultApplicationBaseTSecureConfigurationValidate Method

Validates the node along with the current, or passed configuration text. Only safe to call if GetCapabilities returns the Validation flag.

Definition

Namespace: MFiles.VAF.Core
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public IEnumerable<ValidationFinding> Validate(
	IConfigurationRequestContext context,
	string configuration = null
)

Parameters

context  IConfigurationRequestContext
The context for the request.
configuration  String  (Optional)
The configuration to validate. If this value is empty the currently saved/stored configuration should be validated.

Return Value

IEnumerableValidationFinding
Validation findings.

Implements

IConfigurationDomainNodeValidate(IConfigurationRequestContext, String)

See Also