Click or drag to resize
EcommerceTransformationFunctionsGetProductUrl Method (Object, Object, Object)
Returns user friendly URL of the specified SKU and site name. Does not uses hash tables to create URL.

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 GetProductUrl(
	Object skuGuid,
	Object skuName,
	Object siteNameObj = null
)

Parameters

skuGuid
Type: SystemObject
SKU Guid
skuName
Type: SystemObject
SKU Name
siteNameObj (Optional)
Type: SystemObject
Site Name

Return Value

Type: String
See Also