Quantcast
Channel: The Slalom Blog » Maarten Sundman
Viewing all articles
Browse latest Browse all 10

SharePoint Search with Pagination

$
0
0
by Maarten Sundman This is an example class for showing how to search SharePoint with paging support in the API. This function accepts a string containing the standard SharePoint SQL style search query: ie: SELECT TOP 50 AccountName, Size, Rank, Path, Title, Description, Write FROM portal..scope() WHERE “scope” = ‘People’ AND CONTAINS (“LastName”,’”Doe”‘)   ORDER BY “AccountName” DESC [...]

Viewing all articles
Browse latest Browse all 10

Trending Articles