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
url
Type: System.UriA System.Uri object.
Return Value
Type: System.Data.DataTable