Click or drag to resize

IEditSessionChangeDeliveryLastVerifiedRestrictionsHash Method

Set last verified restirictions hash from server.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeDeliveryLastVerifiedRestrictionsHash(
	string lastVerifiedDeliveryRestrictionsHash,
	IDeliveryOrderStub order
)

Parameters

lastVerifiedDeliveryRestrictionsHash
Type: SystemString
last verified restirictions hash from server
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change
See Also