Click or drag to resize

IEditSession.ChangeReserveComment Method

Changes reserve comment. Use empty string to clear comment.

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

Parameters

comment
Type: System.String
Arbitrary string comment for the reserve, maximum length is 250 chars.
reserve
Type: Resto.Front.Api.V4.Editors.Stubs.IReserveStub
Reserve to edit.
See Also