EcommerceTransformationFunctionsGetSKUNode Method |
Gets the SKU node. If there are multiple nodes for this SKU the first occurrence is returned.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
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