Click or drag to resize
CampaignObjectiveInfoProviderSetCampaignObjectiveInfo Method
Sets (updates or inserts) specified CampaignObjectiveInfo.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public static void SetCampaignObjectiveInfo(
	CampaignObjectiveInfo infoObj
)

Parameters

infoObj
Type: CMS.WebAnalyticsCampaignObjectiveInfo
CampaignObjectiveInfo to be set
See Also