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.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid 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