Click or drag to resize

IEditSessionRenameOrderGuest Method

Renames order's guest.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void RenameOrderGuest(
	Guid id,
	string newName,
	IOrderStub order
)

Parameters

id
Type: SystemGuid
Unique identifier of the guest to be renamed.
newName
Type: SystemString
New name of the guest.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to rename guest in.
See Also