FormHelper ColumnExistsInView Method Kentico 8.1 API Reference
Checks if column name is unique in system tables which are joined with given table into view.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

className
Type: OnlineSystem String
Name of the class, where column with columnName is created
columnName
Type: OnlineSystem String
Name of the column to be checked

Return Value

Type: OnlineBoolean
See Also