LogViewer.GetCurrentCrawlLogData Method
Returns the current crawl log data.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetCurrentCrawlLogData ( _
filterProperties As CrawlLogFilters, _
<OutAttribute> ByRef nextStart As Integer _
) As DataTable
'Usage
Dim instance As LogViewer
Dim filterProperties As CrawlLogFilters
Dim nextStart As Integer
Dim returnValue As DataTable
returnValue = instance.GetCurrentCrawlLogData(filterProperties, _
nextStart)
public DataTable GetCurrentCrawlLogData(
CrawlLogFilters filterProperties,
out int nextStart
)
Parameters
- filterProperties
Type: Microsoft.Office.Server.Search.Administration.CrawlLogFilters
A CrawlLogFilters object that contains all the filters for manipulating the crawl log data.
- nextStart
Type: System.Int32
A 32-bit integer that specifies the position of the next crawl log entry.
Return Value
Type: System.Data.DataTable