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

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public abstract bool IsCompatibleWithFormField(
	FormFieldInfo fieldInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo
The form field to receive a result of this mapping.

Return Value

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