IEditSessionSetOrderModifierItemCustomName(String, IOrderStub, IOrderProductItemStub, IOrderModifierItemStub) Method |
Sets the custom name of the product item modifier. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid SetOrderModifierItemCustomName(
string customName,
IOrderStub order,
IOrderProductItemStub orderItem,
IOrderModifierItemStub modifier
)
Parameters
- customName String
- New custom name of the modifier or null to use default name.
- order IOrderStub
- Order that contains element with changing modifier.
- orderItem IOrderProductItemStub
- Order item with changing modifier.
- modifier IOrderModifierItemStub
- Modifier which custom name will be changed.
See Also