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

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
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