Click or drag to resize
LogExcludingFlags Enumeration
Log excluding flags. Indicates which check actions should be skipped

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
[FlagsAttribute]
public enum LogExcludingFlags
Members
  Member nameValueDescription
CheckAll0 Check all
SkipIpCheck1 Skip IP address check
SkipFileExtensionCheck2 Skip file extension check
SkipUrlCheck4 Skip excluded URL check
SkipCrawlerCheck8 Skip Crawler check
See Also