Click or drag to resize
IActivityInfo Interface
Defines contract for ActivityInfo.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 10.0.0
Syntax
C#
public interface IActivityInfo

The IActivityInfo type exposes the following members.

Properties
  NameDescription
Public propertyActivityABVariantName
Gets or sets the AB test variant name.
Public propertyActivityCampaign
Gets or sets the campaign code name for this activity.
Public propertyActivityComment
Gets or set additional comment.
Public propertyActivityContactGUID
Gets or sets the GUID of the active contact for this activity.
Public propertyActivityContactID
Gets or sets the ID of the active contact for this activity.
Public propertyActivityCreated
Gets or sets the date and time the activity was created.
Public propertyActivityCulture
Gets or sets the document culture where activity occurred.
Public propertyActivityID
Gets or sets the activity ID.
Public propertyActivityIPAddress
Gets or sets user host IP address.
Public propertyActivityItemDetailID
Gets or sets the ID other item detail that relates to this activity.
Public propertyActivityItemID
Gets or sets the ID of the item that relates to this activity.
Public propertyActivityMVTCombinationName
Gets or sets the MVT Combination name.
Public propertyActivityNodeID
Gets or sets the node ID that relates to this activity.
Public propertyActivitySiteID
Gets or sets the site ID for this activity.
Public propertyActivityTitle
Gets or sets the activity title.
Public propertyActivityType
Gets or sets the type of the activity.
Public propertyActivityURL
Gets or sets the URL of this activity.
Public propertyActivityURLHash
Gets or sets hash result of ActivityURL. The hash is needed for PAGE_VISIT activity type created on content only sites SiteIsContentOnly.
Public propertyActivityURLReferrer
Gets or sets URL referrer.
Public propertyActivityUTMSource
Gets or sets the campaign UTM source for this activity.
Public propertyActivityValue
Gets or sets the value of this activity.
Top
See Also