Click or drag to resize
FormInfoTransformationBaseIsDependentStateField Method
Determines whether the specified form field contains a state identifier and can participate in advanced country selection.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
protected bool IsDependentStateField(
	FormFieldInfo fieldInfo,
	FormInfo formInfo
)

Parameters

fieldInfo
Type: CMS.FormEngineFormFieldInfo
The form field info.
formInfo
Type: CMS.FormEngineFormInfo
The form info.

Return Value

Type: Boolean
True, if the specified form field contains a state identifier and could participate in advanced country selection; otherwise, false.
See Also