IEditSessionChangeClientReceivesPromotionalNotifications Method |
Changes whether client receives promotional notification messages.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid ChangeClientReceivesPromotionalNotifications(
bool receivesPromotionalNotifications,
IClientStub client
)
Parameters
- receivesPromotionalNotifications Boolean
- Whether client receives promotional notification messages
- client IClientStub
- Changing client
See Also