Click or drag to resize
BrowserHelper.ContainsColumn Method
Returns true if given column exists.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public bool ContainsColumn(
	string columnName
)

Parameters

columnName
Type: System.String
Name of the column

Return Value

Type: Boolean

Implements

IDataContainer.ContainsColumn(String)
See Also