Click or drag to resize

IEditSession.ChangeClientMainAddressIndex Method

Changes client main address index.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeClientMainAddressIndex(
	int mainAddressIndex,
	IClientStub client
)

Parameters

mainAddressIndex
Type: System.Int32
index of client main address
client
Type: Resto.Front.Api.Editors.Stubs.IClientStub
Changing client
See Also