Click or drag to resize
IAnalyticsConsentProvider Interface
Contains methods for retrieving existing consents for logging analytics data.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public interface IAnalyticsConsentProvider

The IAnalyticsConsentProvider type exposes the following members.

Methods
  NameDescription
Public methodHasConsentForLogging
Returns true when exist consent to log analytics data to system. Returns false otherwise.
Top
See Also