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