OrderItemSKUFileInfoProviderGetOrderItemSKUFilesInternal Method |
Returns dataset of all order item SKU files matching the specified parameters with additional details.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual InfoDataSet<OrderItemSKUFileInfo> GetOrderItemSKUFilesInternal(
int orderId
)
Parameters
- orderId
- Type: SystemInt32
Order ID
Return Value
Type:
InfoDataSetOrderItemSKUFileInfoSee Also