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

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

Parameters

columnName
Type: SystemString
Name of the column

Return Value

Type: Boolean

Implements

IDataContainerContainsColumn(String)
See Also