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