FormInfoGetFields Method (String) |
Returns the List of the FormFieldInfo objects.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public List<FormFieldInfo> GetFields(
string fieldDataType
)
Parameters
- fieldDataType
- Type: SystemString
Form field data type
Return Value
Type:
ListFormFieldInfoSee Also