Click or drag to resize
ActivityNewsletterUnsubscribingFromAll Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityNewsletterUnsubscribingFromAll(
	BaseInfo issue,
	ActivityContext variables
)

Parameters

issue
Type: CMS.DataEngineBaseInfo
Issue object. Issue object may be null and in this case activity is logged without any additional information.
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also