SKUInfoGetEffectiveDoubleValue Method |
Get effective double value. Returns value from parent product when value in given column is not specified.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public virtual double GetEffectiveDoubleValue(
string columnName,
double defaultValue
)
Parameters
- columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemDouble
Default value
Return Value
Type:
DoubleSee Also