Click or drag to resize

IEditSessionSetProductItemCustomName Method

Sets the custom name of the product item. User must have rights to edit orders.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void SetProductItemCustomName(
	string customName,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

customName  String
New custom name of the product item or null to use default name.
order  IOrderStub
Order that contains element with changing product item.
orderItem  IOrderProductItemStub
Product item which custom name will be changed.
See Also