Click or drag to resize
EcommerceTransformationFunctionsGetSKUNode Method
Gets the SKU node. If there are multiple nodes for this SKU the first occurrence 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 TreeNode GetSKUNode(
	SKUInfo sku,
	string orderBy = "NodeAlias"
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
The SKU.
orderBy (Optional)
Type: SystemString
OrderBy columns. Default is NodeAlias column.

Return Value

Type: TreeNode
See Also