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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static string GetOrderItemSKUFileUrl(
	Guid token,
	string fileName,
	int siteId
)

Parameters

token
Type: SystemGuid
File unique download token
fileName
Type: SystemString
File name
siteId
Type: SystemInt32
Site ID of the order in which the e-product is included

Return Value

Type: String
See Also