AnalyticsHelperIsLoggingEnabled Method |
Return true if analytics log enabled for given data
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax public static bool IsLoggingEnabled(
string siteName,
string nodeAliasPath = "",
LogExcludingFlags excludingOptions = LogExcludingFlags.CheckAll
)
Parameters
- siteName
- Type: SystemString
Site name - nodeAliasPath (Optional)
- Type: SystemString
Node alias path - excludingOptions (Optional)
- Type: CMS.WebAnalyticsLogExcludingFlags
Excluding options flag for logging
Return Value
Type:
BooleanSee Also