Click or drag to resize
IConsentAgreementService Interface
Service to manage consent agreements.

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

The IConsentAgreementService type exposes the following members.

Methods
  NameDescription
Public methodAgree
Inserts an agreement of the given consent and the given contact.
Public methodGetAgreedConsents
Returns agreed consents for the given contact.
Public methodIsAgreed
Indicates whether the given contact has agreed with the specified consent.
Public methodRevoke
Revokes an agreement of the given consent for the given contact.
Top
See Also