IEditSessionChangeClientPersonalDataConsent Method |
Changes whether client consented processing their personal data.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeClientPersonalDataConsent(
bool? consent,
IClientStub client
)
Parameters
- consent NullableBoolean
- Client's consent status to the processing of the personal data
- client IClientStub
- Changing client.
See Also