ICampaignValidationServiceExists Method |
Checks that campaign is not null.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax bool Exists(
CampaignInfo campaign
)
Parameters
- campaign
- Type: CMS.WebAnalyticsCampaignInfo
Campaign object to be checked.
Return Value
Type:
BooleanTrue if
campaign is not
null.
See Also