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

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

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