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

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public override 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