Click or drag to resize

IEditSessionChangeClientName Method

Changes client name.

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

Parameters

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