Click or drag to resize
FormHelperGetFormFieldControlType Method
Converts string to FormFieldControlType.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static FormFieldControlTypeEnum GetFormFieldControlType(
	string controlTypeString
)

Parameters

controlTypeString
Type: SystemString
String to convert

Return Value

Type: FormFieldControlTypeEnum
See Also