IEditSessionChangeReserveComment Method iikoFront Api V3 Documentation
Changes reserve comment. Use empty string to clear comment.

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void ChangeReserveComment(
	string comment,
	IReserveStub reserve
)

Parameters

comment
Type: SystemString
Arbitrary string comment for the reserve, maximum length is 250 chars.
reserve
Type: Resto.Front.Api.V3.EditorsIReserveStub
Reserve to edit.
See Also

Reference