ValidationResultForValidationFoundItemAction Method (IConfiguration, MFIdentifier, MFMetadataStructureItem, Boolean, Boolean) |
Perform the action with single found metadata element.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxprotected override void FoundItemAction(
IConfiguration configuration,
MFIdentifier element,
MFMetadataStructureItem metadataStructureItem,
bool required,
bool validate
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The configuration that is being validated. - element
- Type: MFiles.VAF.ConfigurationMFIdentifier
The string that identifies the metadata element. - metadataStructureItem
- Type: MFMetadataStructureItem
The metadata element type. - required
- Type: SystemBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed.
See Also