CMSAbstractTransformation GetColumnName Method (String, Boolean)Kentico 8.0 API Reference
Returns first column which is present.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

columns
Type: OnlineSystem String
Columns list, separated by semicolon
allowEmptyColumn
Type: OnlineSystem Boolean
TRUE - it does not matter if a column is empty or with some value, FALSE - only column with some value can be returned

Return Value

Type: OnlineString
See Also