DocumentCrawlLog.GetCrawledUrls Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.SimpleDataTable> GetCrawledUrls (bool getCountOnly, long maxRows, string queryString, bool isLike, int contentSourceID, int errorLevel, int errorID, DateTime startDateTime, DateTime endDateTime);
member this.GetCrawledUrls : bool * int64 * string * bool * int * int * int * DateTime * DateTime -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.SimpleDataTable>
Public Function GetCrawledUrls (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 ClientResult(Of SimpleDataTable)
Parameters
- getCountOnly
- Boolean
- maxRows
- Int64
- queryString
- String
- isLike
- Boolean
- contentSourceID
- Int32
- errorLevel
- Int32
- errorID
- Int32
- startDateTime
- DateTime
- endDateTime
- DateTime
Returns
- Attributes