Click or drag to resize
ActivityRegistration Constructor
Default constructor

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityRegistration(
	IUserInfo ui,
	ITreeNode currentDoc,
	ActivityContext variables
)

Parameters

ui
Type: CMS.BaseIUserInfo
UserInfo object
currentDoc
Type: CMS.BaseITreeNode
Current document
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also