SKUInfoProviderGetSKUUrl Method (Guid, String, String) |
Returns user friendly URL of the specified product. Does not uses hash tables to crate SKU.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax 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:
StringSee Also