FormInfoTransformationBaseIsDependentStateField Method |
Determines whether the specified form field contains a state identifier and can participate in advanced country selection.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax 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:
BooleanTrue, if the specified form field contains a state identifier and could participate in advanced country selection; otherwise, false.
See Also