AnalyticsHelperIsFileExtensionExcluded Method |
Determines whether extension is excluded or not.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also