ValidationResultForUpgradeFoundItemAction Method |
Perform the action with single found metadata element.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected override void FoundItemAction(
IConfiguration configuration,
MFIdentifier element,
MFMetadataStructureItem metadataStructureItem,
bool required,
bool validate
)
Protected Overrides Sub FoundItemAction (
configuration As IConfiguration,
element As MFIdentifier,
metadataStructureItem As MFMetadataStructureItem,
required As Boolean,
validate As Boolean
)
protected:
virtual void FoundItemAction(
IConfiguration^ configuration,
MFIdentifier^ element,
MFMetadataStructureItem metadataStructureItem,
bool required,
bool validate
) override
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