Click or drag to resize
SKUInfoProviderGetSKUUrl Method (Guid, String, String)

Note: This API is now obsolete.

Returns user friendly URL of the specified product. Does not uses hash tables to crate SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ISKUUrlService.GetSKUUrl(SKUInfo, string) instead. To get an instance of the interface's implementation, use dependency injection.")]
public static string GetSKUUrl(
	Guid skuGuid,
	string skuName,
	string siteName = null
)

Parameters

skuGuid
Type: SystemGuid
Product unique identifier (GUID)
skuName
Type: SystemString
Product name
siteName (Optional)
Type: SystemString
Site Name

Return Value

Type: String
See Also