ValidationResultForValidationFailedItemAction(IConfiguration, MFIdentifier, String, NullableBoolean, Boolean, String) Method

Perform the error action with single metadata element.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected void FailedItemAction(
	IConfiguration configuration,
	MFIdentifier element,
	string type,
	bool? required,
	bool validate,
	string message
)

Parameters

configuration  IConfiguration
The configuration that is being validated.
element  MFIdentifier
The string that identifies the metadata element.
type  String
The metadata element type.
required  NullableBoolean
Is the reference required, or optional
validate  Boolean
True if the validation action should be performed.
message  String
Custom message

See Also