FormHelperGetFormFieldInfo Method |
Returns initialized FormFieldInfo structure according to the specified table column schema.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax 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:
FormFieldInfoSee Also