Click or drag to resize
CampaignListItemViewModel Properties

The CampaignListItemViewModel type exposes the following members.

Properties
  NameDescription
Public propertyCampaignID
Unique integer identifier of the campaign. Refers to the CampaignID.
Public propertyConversions
Indicates how many conversion happened in campaign.
Public propertyDaysToStart
Number of days from now to campaign start.
Public propertyDetailLink
Single object url for editing current campaign.
Public propertyDisplayName
Name of the campaign used in listing and all reports. Refers to the CampaignDisplayName.
Public propertyObjective
Indicates how the campaign objective stored in CampaignObjectiveInfo is met (in percents). If no objective is set for the campaign, this property is null.
Public propertyOpenFrom
Provides time from which the campaign will be running. Refers to the CampaignOpenFrom.
Public propertyOpenTo
Provides time to which the champaign will be running. Refers to the CampaignOpenTo.
Public propertyStatus
Refers to the current status. Can be one of the CampaignStatusEnum.
Public propertyVisitors
Indicates how many visitor has reached campaign.
Top
See Also