Click or drag to resize

IEditSessionSkipScanningOrderItemMarkingCode Method

Skips scanning marking code of a product within an order item. Marking code of order item will be reset to null. Use ChangeOrderItemMarkingCode(String, IOrderStub, IOrderProductItemStub) to reset this option.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SkipScanningOrderItemMarkingCode(
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

order
Type: Resto.Front.Api.Editors.StubsIOrderStub
The order that contains the product order item for which scanning the marking code will be skipped.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderProductItemStub
The order item that will have scanning its marking code skipped.
See Also