Click or drag to resize

IEditSessionChangeClientPersonalDataConsent Method

Changes whether client consented processing their personal data.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void 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