Click or drag to resize
ActivityLandingPage Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityLandingPage(
	ITreeNode currentPage,
	string documentName,
	string ABTestVariantName,
	string MVTCombinationName,
	ActivityContext variables
)

Parameters

currentPage
Type: CMS.BaseITreeNode
Current page TreeNode
documentName
Type: SystemString
Name of the document
ABTestVariantName
Type: SystemString
Name of the AB variant
MVTCombinationName
Type: SystemString
Name of the MVT combination
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also