Click or drag to resize
EcommerceTransformationFunctionsGetEproductUrl Method
Returns e-product download URL.

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 GetEproductUrl(
	Object fileToken,
	Object fileName,
	Object siteId
)

Parameters

fileToken
Type: SystemObject
File unique download URL
fileName
Type: SystemObject
File name
siteId
Type: SystemObject
Site ID of the order in which the e-product is included

Return Value

Type: String
See Also