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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public List<FormFieldInfo> GetFields(
	FormFieldControlTypeEnum fieldType
)

Parameters

fieldType
Type: CMS.FormEngineFormFieldControlTypeEnum
Form field control type

Return Value

Type: ListFormFieldInfo
See Also