Click or drag to resize

IEditSession.ChangeClientComment Method

Changes client comment.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeClientComment(
	string comment,
	IClientStub client
)

Parameters

comment
Type: System.String
new name of client
client
Type: Resto.Front.Api.Editors.Stubs.IClientStub
Changing client
See Also