Click or drag to resize
SKUInfoGetEffectiveIntegerValue Method
Get effective integer value. Returns value from parent product when value in given column is not specified.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual int GetEffectiveIntegerValue(
	string columnName,
	int defaultValue
)

Parameters

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

Return Value

Type: Int32
See Also