EcommerceTransformationFunctionsGetProductUrlForFeed Method |
Returns URL of the specified product with feed parameter.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public static string GetProductUrlForFeed(
string feedName,
Object skuGUID,
Object skuName,
Object siteName
)
Parameters
- feedName
- Type: SystemString
Name of the feed - skuGUID
- Type: SystemObject
SKU GUID - skuName
- Type: SystemObject
SKU name - siteName
- Type: SystemObject
Site name
Return Value
Type:
StringSee Also