Click or drag to resize
ActivityContext Class
Activity environment variables.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsActivityContext

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public class ActivityContext

The ActivityContext type exposes the following members.

Constructors
  NameDescription
Public methodActivityContext
Top
Properties
  NameDescription
Public propertyCampaign
Current campaign.
Public propertyContactID
Current contact ID.
Public propertyCurrentHttpContext
Current HTTP context.
Public propertyCurrentURL
Gets or sets the Url which user visited.
Public propertyCurrentURLReferrer
Gets or sets current URL referrer.
Public propertyCurrentUser
Current user info.
Public propertyDocumentLogActivity
Indicates if document enables logging activity.
Public propertyIsLiveSite
Indicates if activity occurred on live site.
Public propertySiteID
Current site ID.
Top
See Also