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: 8.2.23
Syntax
C#
public class ActivityContext

The ActivityContext type exposes the following members.

Constructors
  NameDescription
Public methodActivityContext
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
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