EcommerceTransformationFunctionsGetSKUNode Method |
Gets the SKU node. If there are multiple nodes for this SKU the first occurrence is returned.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax 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:
TreeNodeSee Also