Click or drag to resize

IEditSession.ChangeClientMarketingSource Method

Changes client marketing source.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeClientMarketingSource(
	IMarketingSource marketingSource,
	IClientStub client
)

Parameters

marketingSource
Type: Resto.Front.Api.Data.Brd.IMarketingSource
New marketing source of the client.
client
Type: Resto.Front.Api.Editors.Stubs.IClientStub
Changing client
See Also