ISearchProvider2.GetCrawledUrls method

Namespace:  Microsoft.Office.RecordsManagement.SearchAndProcess
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Function GetCrawledUrls ( _
    site As SPSite, _
    getCountOnly As Boolean, _
    maxRows As Long, _
    queryString As String, _
    isLike As Boolean, _
    contentSourceID As Integer, _
    errorLevel As Integer, _
    errorID As Integer, _
    startDateTime As DateTime, _
    endDateTime As DateTime _
) As DataTable
'Usage
Dim instance As ISearchProvider2
Dim site As SPSite
Dim getCountOnly As Boolean
Dim maxRows As Long
Dim queryString As String
Dim isLike As Boolean
Dim contentSourceID As Integer
Dim errorLevel As Integer
Dim errorID As Integer
Dim startDateTime As DateTime
Dim endDateTime As DateTime
Dim returnValue As DataTable

returnValue = instance.GetCrawledUrls(site, _
    getCountOnly, maxRows, queryString, _
    isLike, contentSourceID, errorLevel, _
    errorID, startDateTime, endDateTime)
DataTable GetCrawledUrls(
    SPSite site,
    bool getCountOnly,
    long maxRows,
    string queryString,
    bool isLike,
    int contentSourceID,
    int errorLevel,
    int errorID,
    DateTime startDateTime,
    DateTime endDateTime
)

Parameters

Return value

Type: System.Data.DataTable

See also

Reference

ISearchProvider2 interface

ISearchProvider2 members

Microsoft.Office.RecordsManagement.SearchAndProcess namespace