| IEditSessionChangeClientReceivesPromotionalNotifications Method  | 
 Changes whether client receives promotional notification messages.
 
    Namespace: 
   Resto.Front.Api.Editors
    Assembly:
   Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
 Syntax
Syntaxvoid ChangeClientReceivesPromotionalNotifications(
	bool receivesPromotionalNotifications,
	IClientStub client
)
Parameters
- receivesPromotionalNotifications
- Type: SystemBoolean
 Whether client receives promotional notification messages
- client
- Type: Resto.Front.Api.Editors.StubsIClientStub
 Changing client
 See Also
See Also