CMSOutputResourceContainsColumn Method |
Checks if a container contains specific column.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public bool ContainsColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Name of the column to check
Return Value
Type:
Booleantrue, if a container contains given column, otherwise false
Implements
IDataContainerContainsColumn(String)See Also