Click or drag to resize

IEditSessionChangeClientName Method

Changes client name

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

Parameters

name
Type: SystemString
new name of client
client
Type: Resto.Front.Api.V5.Editors.StubsIClientStub
Changing client
See Also