ActivityChatBase Constructor |
Default constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax 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