SKUInfoGetEffectiveIntegerValue Method |
Get effective integer 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 int GetEffectiveIntegerValue(
string columnName,
int defaultValue
)
Parameters
- columnName
- Type: SystemString
Column name - defaultValue
- Type: SystemInt32
Default value
Return Value
Type:
Int32See Also