BaseInfoGetBooleanValue Method |
Gets the boolean value from the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public virtual bool GetBooleanValue(
string columnName,
bool defaultValue
)
Parameters
- columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemBoolean
Default value
Return Value
Type:
BooleanSee Also