Click or drag to resize
CampaignObjectiveInfoProviderGetCampaignObjectiveInfo Method (Int32)
Returns CampaignObjectiveInfo with specified ID.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public static CampaignObjectiveInfo GetCampaignObjectiveInfo(
	int id
)

Parameters

id
Type: SystemInt32
CampaignObjectiveInfo ID

Return Value

Type: CampaignObjectiveInfo
See Also