Share via


LogViewer.GetPastCrawlLogData 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 GetPastCrawlLogData ( _
    url As Uri _
) As DataTable
'Usage
Dim instance As LogViewer
Dim url As Uri
Dim returnValue As DataTable

returnValue = instance.GetPastCrawlLogData(url)
[ObsoleteAttribute("The LogViewer class is no longer supported and will be removed in a future release.")]
public DataTable GetPastCrawlLogData(
    Uri url
)

Parameters

Return Value

Type: System.Data.DataTable

See Also

Reference

LogViewer Class

LogViewer Members

Microsoft.Office.Server.Search.Administration Namespace