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