AnalyticsHelperIsURLExcluded Method |
Determines whether URL is excluded or not.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax public static bool IsURLExcluded(
string siteName,
string relativeUrl
)
Parameters
- siteName
- Type: SystemString
Site name - relativeUrl
- Type: SystemString
URL
Return Value
Type:
BooleanSee Also