Click or drag to resize

IEditSessionChangeClientPersonalDataProcessingDates Method

Changes dates of the time interval which allows client's legal personal data processing without thier consent.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeClientPersonalDataProcessingDates(
	DateTime? processingFrom,
	DateTime? processingTo,
	IClientStub client
)

Parameters

processingFrom  NullableDateTime
The date and time of the beginning of legal personal data processing.
processingTo  NullableDateTime
The date and time of the end of the legal personal data processing.
client  IClientStub
Changing client
See Also