Click or drag to resize
IFormConsentAgreementService Interface
Service to agree consent in forms.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public interface IFormConsentAgreementService

The IFormConsentAgreementService type exposes the following members.

Methods
  NameDescription
Public methodAgree
Agrees the given consent with the given contact.
Public methodRevoke
Revokes the given consent for the given contact.
Top
See Also