Click or drag to resize

IEditSessionDeleteOrderItem Method

Deletes order item from order that represents the assortment position. User must have rights to edit orders.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void DeleteOrderItem(
	IOrderStub order,
	IOrderRootItem orderItem
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains the item to be deleted.
orderItem
Type: Resto.Front.Api.Data.OrdersIOrderRootItem
Order item to be deleted. Item must not be printed.
See Also