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