Click or drag to resize
FormInfoGetFields Method (String)
Returns the List of the FormFieldInfo objects.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public List<FormFieldInfo> GetFields(
	string fieldDataType
)

Parameters

fieldDataType
Type: SystemString
Form field data type

Return Value

Type: ListFormFieldInfo
See Also