EcommerceTransformationFunctionsGetEproductUrl Method |
Returns e-product download URL.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax 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:
StringSee Also