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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean

Implements

IDataContainerContainsColumn(String)
See Also