Click or drag to resize
ActivityChatBase Constructor
Default constructor.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityChatBase(
	ActivityContext variables,
	bool useReffererAsCurrentURL
)

Parameters

variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities
useReffererAsCurrentURL
Type: SystemBoolean
If true, tha URL parameter of the activity will be set to value received as Refferer header. Refferer will be set to empty string.
See Also