Click or drag to resize

IEditSessionChangeClientMarketingSource Method

Changes client marketing source

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

Parameters

marketingSource
Type: Resto.Front.Api.V5.Data.BrdIMarketingSource
New marketing source of the client.
client
Type: Resto.Front.Api.V5.Editors.StubsIClientStub
Changing client
See Also