Click or drag to resize
OrderItemSKUFileInfoProviderGetOrderItemSKUFilesInternal Method
Returns dataset of all order item SKU files matching the specified parameters with additional details.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<OrderItemSKUFileInfo> GetOrderItemSKUFilesInternal(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID

Return Value

Type: InfoDataSetOrderItemSKUFileInfo
See Also