ValidationResultForValidationValueListItemFound Method
            
            Report found value list item.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public override void ValueListItemFound(
	IConfiguration configuration,
	MFIdentifier item,
	MFIdentifier valuelist,
	bool required,
	bool validate
)
Parameters
- configuration  IConfiguration
- The configuration that is being validated.
- item  MFIdentifier
- The value list item identifier (guid, id).
- valuelist  MFIdentifier
- The container value list identifier (alias, guid, id).
- required  Boolean
- Is the reference required, or optional
- validate  Boolean
- True if the validation action should be performed.