Click or drag to resize
AnalyticsHelper.IsFileExtensionExcluded Method
Determines whether extension is excluded or not.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static bool IsFileExtensionExcluded(
	string siteName,
	string extension
)

Parameters

siteName
Type: System.String
Site name
extension
Type: System.String
File extension (with or without '.', e.g. 'txt' or '.txt')

Return Value

Type: Boolean
See Also