Click or drag to resize

IEditSessionDeleteOrderExternalData Method

Deletes external data from the order.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void DeleteOrderExternalData(
	string key,
	IOrderStub order
)

Parameters

key
Type: SystemString
External data key. Should be the same as it was used with AddOrderExternalData(String, String, IOrderStub)
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to delete external data from.
See Also