Click or drag to resize
DataHelperGetBoolValue Method (ISimpleDataContainer, String)
Gets the bool variable from given data container.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool GetBoolValue(
	ISimpleDataContainer data,
	string columnName
)

Parameters

data
Type: CMS.BaseISimpleDataContainer
Container with the data
columnName
Type: SystemString
Column name

Return Value

Type: Boolean
See Also