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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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:
ObjectSee Also