ValidationResultForValidationFoundItemAction(IConfiguration, MFIdentifier, String, Boolean, Boolean, String) Method

Perform the action with single found metadata element.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected void FoundItemAction(
	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  Boolean
Is the reference required, or optional
validate  Boolean
True if the validation action should be performed.
message  String
Pre made log message

See Also