SKUInfoProviderGetSKUUrlInternal Method (Guid, String, String) |
Returns user friendly URL of the specified product.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual string GetSKUUrlInternal(
Guid skuGuid,
string skuName,
string siteName
)
Parameters
- skuGuid
- Type: SystemGuid
Product unique identifier (GUID) - skuName
- Type: SystemString
Product name - siteName
- Type: SystemString
Site Name
Return Value
Type:
StringSee Also