Table of Contents

Interface IActivityInfo

Namespace
CMS.Activities
Assembly
CMS.Activities.dll

Defines contract for ActivityInfo.

public interface IActivityInfo
Extension Methods

Properties

ActivityChannelID

Gets or sets the ID of the channel that relates to this activity.

int ActivityChannelID { get; set; }

Property Value

int

ActivityComment

Gets or set additional comment.

string ActivityComment { get; set; }

Property Value

string

ActivityContactGUID

Gets or sets the GUID of the active contact for this activity.

Guid ActivityContactGUID { get; set; }

Property Value

Guid

ActivityContactID

Gets or sets the ID of the active contact for this activity.

int ActivityContactID { get; set; }

Property Value

int

ActivityCreated

Gets or sets the date and time the activity was created.

DateTime ActivityCreated { get; set; }

Property Value

DateTime

ActivityID

Gets or sets the activity ID.

int ActivityID { get; set; }

Property Value

int

ActivityItemDetailID

Gets or sets the ID other item detail that relates to this activity.

int ActivityItemDetailID { get; set; }

Property Value

int

ActivityItemID

Gets or sets the ID of the item that relates to this activity.

int ActivityItemID { get; set; }

Property Value

int

ActivityLanguageID

Gets or sets the ID of the content language that relates to this activity.

int ActivityLanguageID { get; set; }

Property Value

int

ActivityTitle

Gets or sets the activity title.

string ActivityTitle { get; set; }

Property Value

string

ActivityTrackedWebsiteID

Gets or sets the tracked website ID for this activity.

int ActivityTrackedWebsiteID { get; set; }

Property Value

int

ActivityType

Gets or sets the type of the activity.

string ActivityType { get; set; }

Property Value

string

ActivityURL

Gets or sets the URL of this activity.

string ActivityURL { get; set; }

Property Value

string

ActivityURLReferrer

Gets or sets URL referrer.

string ActivityURLReferrer { get; set; }

Property Value

string

ActivityUTMContent

Gets or sets the campaign UTM content for this activity.

string ActivityUTMContent { get; set; }

Property Value

string

ActivityUTMSource

Gets or sets the campaign UTM source for this activity.

string ActivityUTMSource { get; set; }

Property Value

string

ActivityValue

Gets or sets the value of this activity.

string ActivityValue { get; set; }

Property Value

string

ActivityWebPageItemGUID

Gets or sets the web page item GUID that relates to this activity.

Guid ActivityWebPageItemGUID { get; set; }

Property Value

Guid