Click or drag to resize
CookieHelperContainsColumn Method
Returns true if the object contains specified column.

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean

Implements

IDataContainerContainsColumn(String)
See Also