Click or drag to resize

IEditSessionChangeClientConsentDates Method

Changes client's dates of consent.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void ChangeClientConsentDates(
	DateTime? consentFrom,
	DateTime? consentTo,
	IClientStub client
)

Parameters

consentFrom
Type: SystemNullableDateTime
The date and time of explicit consent by the client.
consentTo
Type: SystemNullableDateTime
The date and time when client's consent expires.
client
Type: Resto.Front.Api.Editors.StubsIClientStub
Changing client
See Also