EntityGenderAttributeValueConverterIsCompatibleWithFormField Method |
Determines whether this converter is compatible with the specified form field.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 10.0.0
Syntax public override bool IsCompatibleWithFormField(
FormFieldInfo fieldInfo
)
Parameters
- fieldInfo
- Type: CMS.FormEngineFormFieldInfo
The target of value conversion.
Return Value
Type:
BooleanTrue, if this mapping is compatible with the specified form field; otherwise, false.
See Also