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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeClientPersonalDataProcessingDates(
	DateTime? processingFrom,
	DateTime? processingTo,
	IClientStub client
)

Parameters

processingFrom
Type: SystemNullableDateTime
The date and time of the beginning of legal personal data processing.
processingTo
Type: SystemNullableDateTime
The date and time of the end of the legal personal data processing.
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also