Click or drag to resize
ICampaignLinkServiceGetCampaignLink Method
Gets link leading to the given campaign. Takes the campaign status into account and changes the target tab accordingly.

Namespace: CMS.WebAnalytics.Web.UI.Internal
Assembly: CMS.WebAnalytics.Web.UI (in CMS.WebAnalytics.Web.UI.dll) Version: 13.0.131
Syntax
C#
string GetCampaignLink(
	CampaignInfo campaign
)

Parameters

campaign
Type: CMS.WebAnalyticsCampaignInfo
Campaign object the link is being obtained for

Return Value

Type: String
Link leading to the given campaign
See Also