Click or drag to resize
CMSProductsPageAddProductParametersToUrl Method
Appends nodeId and siteId parameters to given URL.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected string AddProductParametersToUrl(
	string url
)

Parameters

url
Type: SystemString
URL to append parameters to

Return Value

Type: String
See Also