EcommerceTransformationFunctionsGetProductUrlByID Method |
Returns user friendly URL of the specified SKU and site name. Uses hash tables to create URL.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public static string GetProductUrlByID(
Object skuID,
Object skuName,
Object siteNameObj = null
)
Parameters
- skuID
- Type: SystemObject
SKU ID - skuName
- Type: SystemObject
SKU Name - siteNameObj (Optional)
- Type: SystemObject
Site Name
Return Value
Type:
StringSee Also