CrawlLogFilters.AddFilter Method
Include Protected Members
Include Inherited Members
Applies the specified filters to the crawl log data.
Overload List
Name | Description | |
---|---|---|
AddFilter(CatalogType) | Applies the specified catalog type filter to the crawl log data. | |
AddFilter(MessageType) | Applies the specified message type filter to the crawl log data. | |
AddFilter(DateTime, DateTime) | Applies the crawl log filter based on the specified start and end time. | |
AddFilter(CrawlLogFilterProperty, Int32) | Applies the specified filter property to the crawl log data. | |
AddFilter(CrawlLogFilterProperty, StringFilterOperator, String) | Applies the specified filter property and operator to the crawl log data. |
Top