Click or drag to resize

IEditSession.ChangeClientComment Method

Changes client comment

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

Parameters

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