Click or drag to resize
CampaignObjectiveInfoProviderGetCampaignObjectiveInfo Method (Guid)

Note: This API is now obsolete.

Returns CampaignObjectiveInfo with specified GUID.

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

Parameters

guid
Type: SystemGuid
CampaignObjectiveInfo GUID

Return Value

Type: CampaignObjectiveInfo
See Also