IEditSessionChangeReserveComment Method |
Changes reserve comment. Use empty string to clear comment.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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