CampaignAssetUrlInfoProviderGetCampaignAssetUrlInfoInternal Method |
Returns
CampaignAssetUrlInfo with given
url and that belongs to campaign with
campaignID identifier.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax protected virtual CampaignAssetUrlInfo GetCampaignAssetUrlInfoInternal(
string url,
int campaignID
)
Parameters
- url
- Type: SystemString
URL in normalized format(NormalizeAssetUrlTarget(String, SiteInfo)) or in backward compatible (relative) format. - campaignID
- Type: SystemInt32
Campaign ID.
Return Value
Type:
CampaignAssetUrlInfoSee Also