ValidationResultBaseFoundItemAction 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 abstract void FoundItemAction(
	IConfiguration configuration,
	MFIdentifier element,
	MFMetadataStructureItem metadataStructureItem,
	bool required,
	bool validate
)

Parameters

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

See Also