Table of Contents

Class RevokeConsentAgreementEventArgs

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Arguments of the event represented by RevokeConsentAgreementHandler.

public sealed class RevokeConsentAgreementEventArgs : CMSEventArgs
Inheritance
object
EventArgs
RevokeConsentAgreementEventArgs
Inherited Members
Extension Methods

Properties

Gets the consent that has been revoked.

public ConsentInfo Consent { get; }

Property Value

ConsentInfo

ConsentAgreement

Gets the consent agreement that has been revoked.

public ConsentAgreementInfo ConsentAgreement { get; }

Property Value

ConsentAgreementInfo

Contact

Gets the contact who has revoked the consent.

public ContactInfo Contact { get; }

Property Value

ContactInfo