Click or drag to resize
EditableItemsContainsColumn Method
Returns true if the structure contains specific column.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.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