Click or drag to resize
SKUInfoProviderGetSKUUrl Method (Int32, String, String)
Returns user friendly URL of the specified product. Uses hash tables.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static string GetSKUUrl(
	int skuID,
	string skuName,
	string siteName = null
)

Parameters

skuID
Type: SystemInt32
Product ID
skuName
Type: SystemString
Product name
siteName (Optional)
Type: SystemString
Site Name

Return Value

Type: String
See Also