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

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