Click or drag to resize
EcommerceTransformationFunctionsGetSKUIndicatorProperty Method
Returns value of the specified product public status column. If the product is evaluated as a new product in the store, public status set by 'CMSStoreNewProductStatus' setting is used, otherwise product public status is used.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Object GetSKUIndicatorProperty(
	SKUInfo sku,
	string column
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data
column
Type: SystemString
Name of the product public status column the value should be retrieved from

Return Value

Type: Object
See Also