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  IOrderStub
The order that contains the product order item for which scanning the marking code will be skipped.
orderItem  IOrderProductItemStub
The order item that will have scanning its marking code skipped.
See Also