Click or drag to resize
EntityAttributeValueConverterBaseIsCompatibleWithFormField Method
Determines whether this converter is compatible with the specified form field.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public abstract bool IsCompatibleWithFormField(
	FormFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo
The target of value conversion.

Return Value

Type: Boolean
True, if this mapping is compatible with the specified form field; otherwise, false.
See Also