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.V6 (in Resto.Front.Api.V6.dll)
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.Editors.StubsIReserveStub
Reserve to edit.
See Also