Class CrossSiteConsentAgreementData
- Namespace
- Kentico.CrossSiteTracking.Web.Mvc
- Assembly
- Kentico.OnlineMarketing.Web.Mvc.dll
Encapsulates data for cross-site consent agreement/revocation.
public class CrossSiteConsentAgreementData
- Inheritance
-
objectCrossSiteConsentAgreementData
- Extension Methods
Constructors
CrossSiteConsentAgreementData()
public CrossSiteConsentAgreementData()
Properties
CodeName
Consent code name.
public string CodeName { get; set; }
Property Value
- string
IsAgreed
Indicates if the consent should be agreed or revoked.
public bool IsAgreed { get; set; }
Property Value
- bool
Remarks
If true the consent is agreed otherwise the consent is revoked.