Click or drag to resize
EcommerceTransformationFunctionsGetSKUNodeAlias Method
Gets the SKU node alias. If there are multiple nodes for this SKU the first occurrence is returned. If there is not a single one node for this SKU, empty string is returned.

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

Parameters

sku
Type: CMS.EcommerceSKUInfo
The sku.

Return Value

Type: String
See Also