EntityCountryAttributeMapperIsCompatibleWithFormField Method |
Determines whether this mapping is compatible with the specified form field.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public override bool IsCompatibleWithFormField(
FormFieldInfo fieldInfo
)
Parameters
- fieldInfo
- Type: CMS.FormEngineFormFieldInfo
The form field to receive a result of this mapping.
Return Value
Type:
BooleanTrue, if this mapping is compatible with the specified form field; otherwise, false.
See Also