Click or drag to resize
BaseInfoGetBooleanValue Method
Gets the boolean value from the object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual bool GetBooleanValue(
	string columnName,
	bool defaultValue
)

Parameters

columnName
Type: SystemString
Column name
defaultValue
Type: SystemBoolean
Default value

Return Value

Type: Boolean
See Also