Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies the crawl log filter based on the specified start and end time.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub AddFilter ( _
startLogTime As DateTime, _
endLogTime As DateTime _
)
'Usage
Dim instance As CrawlLogFilters
Dim startLogTime As DateTime
Dim endLogTime As DateTime
instance.AddFilter(startLogTime, endLogTime)
public void AddFilter(
DateTime startLogTime,
DateTime endLogTime
)
Parameters
startLogTime
Type: System.DateTimeA System.DateTime value representing the start time to use for the crawl log filter.
endLogTime
Type: System.DateTimeA System.DateTime value representing the end time to use for the crawl log filter.