Click or drag to resize

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)
Syntax
C#
void 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