Click or drag to resize
CampaignInfoProviderGetCampaignInfo Method (Int32)

Note: This API is now obsolete.

Returns campaign with specified ID.

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

Parameters

campaignId
Type: SystemInt32
Campaign ID

Return Value

Type: CampaignInfo
See Also