IEditSessionChangeClientEmails Method iikoFront Api V3 Documentation
Changes client emails list

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void ChangeClientEmails(
	List<EmailDto> emails,
	IClientStub client
)

Parameters

emails
Type: System.Collections.GenericListEmailDto
new emails list of client
client
Type: Resto.Front.Api.V3.EditorsIClientStub
Changing client
See Also

Reference