Click or drag to resize
FormHelperGetFormFieldInfo Method
Returns initialized FormFieldInfo structure according to the specified table column schema.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static FormFieldInfo GetFormFieldInfo(
	DataClassInfo dci,
	string tableName,
	string columnName
)

Parameters

dci
Type: CMS.DataEngineDataClassInfo
Data class
tableName
Type: SystemString
Table name
columnName
Type: SystemString
Database table column name

Return Value

Type: FormFieldInfo
See Also