Table of Contents

Class CustomActivityData

Namespace
CMS.Activities
Assembly
CMS.Activities.dll

Encapsulates data of a custom activity.

public class CustomActivityData
Inheritance
object
CustomActivityData
Extension Methods

Properties

ActivityChannelID

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

public int ActivityChannelID { get; set; }

Property Value

int

ActivityComment

Gets or set additional comment.

public string ActivityComment { get; set; }

Property Value

string

ActivityItemDetailID

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

public int ActivityItemDetailID { get; set; }

Property Value

int

ActivityItemID

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

public int ActivityItemID { get; set; }

Property Value

int

ActivityLanguageID

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

public int ActivityLanguageID { get; set; }

Property Value

int

ActivityTitle

Gets or sets the activity title.

public string ActivityTitle { get; set; }

Property Value

string

ActivityURL

Gets or sets the URL of this activity.

public string ActivityURL { get; set; }

Property Value

string

ActivityURLReferrer

Gets or sets URL referrer.

public string ActivityURLReferrer { get; set; }

Property Value

string

ActivityValue

Gets or sets the value of this activity.

public string ActivityValue { get; set; }

Property Value

string

ActivityWebPageItemGUID

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

public Guid ActivityWebPageItemGUID { get; set; }

Property Value

Guid