Click or drag to resize
CachedPageInfoContainsColumn Method
Returns true if specified column is available in current structure.

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

Parameters

columnName
Type: SystemString

Return Value

Type: Boolean

Implements

IDataContainerContainsColumn(String)
See Also