EntityAttributeValueConverterBaseIsCompatibleWithFormField Method |
Determines whether this converter is compatible with the specified form field.
Namespace: CMS.MembershipProvider.FacebookAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax public abstract 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