Click or drag to resize
CampaignInfoProviderSetCampaignInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified campaign.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use ICampaignInfoProvider.Set(CampaignInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - CampaignInfo.Provider.")]
public static void SetCampaignInfo(
	CampaignInfo campaignObj
)

Parameters

campaignObj
Type: CMS.WebAnalyticsCampaignInfo
Campaign to be set
See Also