BaseInfoGetIntegerValue Method |
Gets the integer value from the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public virtual int GetIntegerValue(
string columnName,
int defaultValue
)
Parameters
- columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemInt32
Default value
Return Value
Type:
Int32See Also