Click or drag to resize
CampaignObjectiveInfoProviderDeleteCampaignObjectiveInfo Method (CampaignObjectiveInfo)

Note: This API is now obsolete.

Deletes specified CampaignObjectiveInfo.

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

Parameters

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