Click or drag to resize
FormHelperGetFormFieldDataType Method
Returns form field data type from input table column data.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetFormFieldDataType(
	Type type,
	int maxLength
)

Parameters

type
Type: SystemType
Column data type
maxLength
Type: SystemInt32
Maximum length of the column value

Return Value

Type: String
See Also