| AnalyticsHelperIsFileExtensionExcluded Method  | 
            Determines whether extension is excluded or not.
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic static bool IsFileExtensionExcluded(
	string siteName,
	string extension
)
Parameters
- siteName
 - Type: SystemString
Site name - extension
 - Type: SystemString
File extension (with or without '.', e.g. 'txt' or '.txt') 
Return Value
Type: 
Boolean
See Also