Click or drag to resize

IEditSessionChangeReserveComment Method

Changes reserve comment. Use empty string to clear comment.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeReserveComment(
	string comment,
	IReserveStub reserve
)

Parameters

comment  String
Arbitrary string comment for the reserve, maximum length is 250 chars.
reserve  IReserveStub
Reserve to edit.
See Also