Click or drag to resize
EcommerceTransformationFunctionsGetProductUrlForFeed Method
Returns URL of the specified product with feed parameter.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
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: String
See Also