FormHelper ColumnExistsInView Method Kentico 8.0 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.0.5239.26125)

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