Click or drag to resize
AnalyticsHelperIsFileExtensionExcluded 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: SystemString
Site name
extension
Type: SystemString
File extension (with or without '.', e.g. 'txt' or '.txt')

Return Value

Type: Boolean
See Also