SKUInfoProviderGetSKUUrlInternal Method (Int32, String, String) |
Returns user friendly URL of the specified product. Method uses hash tables.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual string GetSKUUrlInternal(
int skuID,
string skuName,
string siteName
)
Parameters
- skuID
- Type: SystemInt32
Product ID - skuName
- Type: SystemString
Product name - siteName
- Type: SystemString
Site Name
Return Value
Type:
StringSee Also