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

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

Parameters

controlType
Type: CMS.FormEngineFormFieldControlTypeEnum
FormFieldControlType to convert

Return Value

Type: String
See Also