Click or drag to resize

IEditSessionMarkOrderAsTab Method

Marks the order as tab and assignes tab name.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void MarkOrderAsTab(
	string tabName,
	IOrderStub order
)

Parameters

tabName
Type: SystemString
Tab name to be assigned to the order.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to be marked as tab.
See Also