Click or drag to resize
OrderItemInfoProviderDeleteOrderItemsInternal Method
Delete all order items for specified order.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteOrderItemsInternal(
	int orderId
)

Parameters

orderId
Type: SystemInt32
Order ID
See Also