Class RevokeConsentAgreementEventArgs
- Namespace
- CMS.DataProtection
- Assembly
- CMS.DataProtection.dll
Arguments of the event represented by RevokeConsentAgreementHandler.
public sealed class RevokeConsentAgreementEventArgs : CMSEventArgs
- Inheritance
-
objectEventArgsRevokeConsentAgreementEventArgs
- Inherited Members
- Extension Methods
Properties
Consent
Gets the consent that has been revoked.
public ConsentInfo Consent { get; }
Property Value
ConsentAgreement
Gets the consent agreement that has been revoked.
public ConsentAgreementInfo ConsentAgreement { get; }
Property Value
Contact
Gets the contact who has revoked the consent.
public ContactInfo Contact { get; }