CampaignEditViewModel Constructor (CampaignInfo, DateTime) |
Constructor takes
CampaignInfo and creates new instance of
CampaignEditViewModel containing all values
required for communication between Web API and javascript modules.
Namespace: CMS.WebAnalytics.Web.UIAssembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 11.0.0
Syntax public CampaignEditViewModel(
CampaignInfo campaign,
DateTime dateTime
)
Parameters
- campaign
- Type: CMS.WebAnalyticsCampaignInfo
Campaign info obtained from the database - dateTime
- Type: SystemDateTime
Datetime, used to calculate the current status of campaign
Exceptions See Also