DataHelperGetBoolValue Method (ISimpleDataContainer, String, Boolean) |
Gets the bool variable from given data container.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool GetBoolValue(
ISimpleDataContainer data,
string columnName,
bool defaultValue
)
Parameters
- data
- Type: CMS.BaseISimpleDataContainer
Container with the data - columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemBoolean
Default value
Return Value
Type:
BooleanSee Also