Click or drag to resize

IEditSessionChangeClientReceivesPromotionalNotifications Method

Changes whether client receives promotional notification messages.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeClientReceivesPromotionalNotifications(
	bool receivesPromotionalNotifications,
	IClientStub client
)

Parameters

receivesPromotionalNotifications  Boolean
Whether client receives promotional notification messages
client  IClientStub
Changing client
See Also