Click or drag to resize
ICampaignValidationServiceExists Method
Checks that campaign is not null.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
bool Exists(
	CampaignInfo campaign
)

Parameters

campaign
Type: CMS.WebAnalyticsCampaignInfo
Campaign object to be checked.

Return Value

Type: Boolean
True if campaign is not null.
See Also