LogViewer.GetCurrentCrawlLogData Method
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")> _
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)
[ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")]
public DataTable GetCurrentCrawlLogData(
CrawlLogFilters filterProperties,
out int nextStart
)
Parameters
filterProperties
Type: Microsoft.Office.Server.Search.Administration.CrawlLogFilters.
nextStart
Type: System.Int32.
Return Value
Type: System.Data.DataTable